Skip to content

Commit 23ff483

Browse files
Copilotneilime
andcommitted
Address code review feedback: fix typo and token consistency
Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
1 parent b171098 commit 23ff483

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/__test-action-docker-clean-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- run: |
2323
if [ -z "${{ secrets.GITHUB_TOKEN }}" ]; then
24-
echo "GitHub token secrets is not set"
24+
echo "GitHub token secret is not set"
2525
exit 1
2626
fi
2727
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
registry: ghcr.io
131131
username: ${{ github.repository_owner }}
132-
password: ${{ github.token }}
132+
password: ${{ secrets.GITHUB_TOKEN }}
133133

134134
- name: Assert - Ensure main image tag didn't get deleted
135135
if: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)