Skip to content

Commit

Permalink
change to push token
Browse files Browse the repository at this point in the history
  • Loading branch information
EItanya committed Dec 3, 2021
1 parent fddf1c1 commit 3234080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.PUSH_TOKEN }}
- name: Push Docker Container
run: make docker-push
env:
Expand Down

0 comments on commit 3234080

Please sign in to comment.