From afe350c38f2a94ea8de390ec0f8631577d21c001 Mon Sep 17 00:00:00 2001 From: Lars Date: Sat, 4 Jan 2020 19:38:11 +0100 Subject: [PATCH] Use native GITHUB_TOKEN for integration testing --- .github/workflows/test_integration_github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_integration_github.yml b/.github/workflows/test_integration_github.yml index 4a74e31..5cd5eac 100644 --- a/.github/workflows/test_integration_github.yml +++ b/.github/workflows/test_integration_github.yml @@ -10,5 +10,5 @@ jobs: with: name: docker.pkg.github.com/elgohr/publish-docker-github-action/publish-docker-github-action username: ${{ secrets.DOCKER_GITHUB_USERNAME }} - password: ${{ secrets.DOCKER_GITHUB_PASSWORD }} + password: ${{ secrets.GITHUB_TOKEN }} registry: docker.pkg.github.com