Skip to content

Commit

Permalink
Use secret token to upload package
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood authored May 15, 2024
1 parent 31e059a commit a82a446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.PACKAGE_WRITE_TOKEN }}

- name: Docker meta Backend
id: meta_backend
Expand Down

0 comments on commit a82a446

Please sign in to comment.