Skip to content

Commit

Permalink
Use GITHUB_TOKEN to authenticate onto GitHub Container Registry inste…
Browse files Browse the repository at this point in the history
…ad of GCR_BOT_PAT
  • Loading branch information
tyranron committed Apr 15, 2021
1 parent ad4febf commit abeaa79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GCR_BOT_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}
if: ${{ env.PUBLISH == 'true' }}
- name: Login to Quay.io
uses: docker/login-action@v1
Expand Down

0 comments on commit abeaa79

Please sign in to comment.