Skip to content

Commit 56611f0

Browse files
committed
fix comment on the password
1 parent badd148 commit 56611f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-publish.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
with:
5959
registry: ${{ env.GCP_ARTIFACT_HOST }}
6060
username: 'oauth2accesstoken'
61-
#password: ${{ steps.auth.outputs.access_token }}
62-
password: ${{ secrets.GITHUB_TOKEN }}
61+
password: ${{ steps.auth.outputs.access_token }}
6362

6463
# Login to github registry
6564
- name: Log into registry ${{ env.GHCR_REGISTRY }}

0 commit comments

Comments
 (0)