Skip to content

Commit

Permalink
Avoid using PAT as it's no longer needed (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen authored Apr 6, 2021
1 parent 5d83b94 commit 3bab8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Push to GitHub Packages
run: |
echo "${{ secrets.GHCR_PAT }}" | docker login https://ghcr.io -u ${GITHUB_ACTOR} --password-stdin
echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://ghcr.io -u ${GITHUB_ACTOR} --password-stdin
make docker-push-ghcr
e2e:
Expand Down

0 comments on commit 3bab8a5

Please sign in to comment.