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 b195f64 commit 8b5653a
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 @@ -34,7 +34,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GCR_BOT_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}
if: ${{ github.event_name == 'push'
&& startsWith(github.ref, 'refs/tags/v') }}
- name: Login to Quay.io
Expand Down

0 comments on commit 8b5653a

Please sign in to comment.