We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd63b1 commit d8bed05Copy full SHA for d8bed05
1 file changed
.github/workflows/common_run_tests.yml
@@ -49,7 +49,7 @@ jobs:
49
# uses: aws-actions/amazon-ecr-login@v1
50
51
# 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.
+ # Use GH_ACTION_ACCESS_TOKEN if defined, otherwise fall back to the GITHUB_TOKEN.
53
- name: Login to GHCR (with GH_ACTION_ACCESS_TOKEN if present)
54
if: ${{ secrets.GH_ACTION_ACCESS_TOKEN != '' }}
55
run: echo "${{ secrets.GH_ACTION_ACCESS_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
0 commit comments