Skip to content

Commit

Permalink
Revert to github token
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Feb 23, 2024
1 parent 994e11a commit 0f190ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_PUSH_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Container Image to GitHub Container Repository
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 0f190ae

Please sign in to comment.