Use default GHCR token

Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
Brett Logan 2022-12-20 18:14:59 -05:00
parent 8267d01125
commit f965bd7e7c
No known key found for this signature in database
GPG key ID: C873B2DE95B88A53
2 changed files with 4 additions and 4 deletions

View file

@ -156,8 +156,8 @@ jobs:
uses: docker/login-action@v2.0.0
with:
registry: ghcr.io
username: ${{ secrets.GCR_USERNAME }}
password: ${{ secrets.GCR_TOKEN }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Start the deployment for the ${{ matrix.images.deployment-environment-identifier }} environment
if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }}

View file

@ -44,8 +44,8 @@ jobs:
uses: docker/login-action@v2.0.0
with:
registry: ghcr.io
username: ${{ secrets.GCR_USERNAME }}
password: ${{ secrets.GCR_TOKEN }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Get current release identifier
# shellcheck disable=SC2062