Skip to content

Commit

Permalink
Update PAT to GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed May 8, 2021
1 parent 6155a79 commit 82bbc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Generate meta
id: meta
Expand Down

0 comments on commit 82bbc5e

Please sign in to comment.