Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

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 43ad132 commit 2cba373
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 @@ -594,7 +594,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GCR_BOT_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}
if: ${{ matrix.if && contains(matrix.repos, 'ghcr.io') }}
- name: Login to Quay.io
uses: docker/login-action@v1
Expand Down

0 comments on commit 2cba373

Please sign in to comment.