Skip to content

Commit

Permalink
used GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
linozen committed Jul 19, 2021
1 parent bccd43d commit 32fb4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Log in to registry
# This is where you will update the PAT to GITHUB_TOKEN
run: echo "${{ secrets.GH_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Push image
run: |
Expand Down

0 comments on commit 32fb4ef

Please sign in to comment.