Skip to content

Commit d8bed05

Browse files
committed
Checkpoint
Pre-commit checks: All checks passed ✅
1 parent 9fd63b1 commit d8bed05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/common_run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# uses: aws-actions/amazon-ecr-login@v1
5050

5151
# This is needed to pull the docker image from GHCR.
52-
# Use GH_ACTION_ACCESS_TOKEN if defined, otherwise fall back to the built-in GITHUB_TOKEN.
52+
# Use GH_ACTION_ACCESS_TOKEN if defined, otherwise fall back to the GITHUB_TOKEN.
5353
- name: Login to GHCR (with GH_ACTION_ACCESS_TOKEN if present)
5454
if: ${{ secrets.GH_ACTION_ACCESS_TOKEN != '' }}
5555
run: echo "${{ secrets.GH_ACTION_ACCESS_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

0 commit comments

Comments
 (0)