Skip to content

Commit

Permalink
fix: Use a token created by ptbrowne
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Oct 23, 2024
1 parent 07521d7 commit 7d84d51
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 @@ -61,7 +61,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GH_TOKEN }}

- name: Build and push Docker image
id: push-app
Expand Down

0 comments on commit 7d84d51

Please sign in to comment.