Skip to content

Commit

Permalink
Use GITHUB_TOKEN in the Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ranyodh committed Oct 26, 2023
1 parent c37f840 commit 00b4fbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.WORKFLOW_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build docker image
working-directory: .
Expand Down

0 comments on commit 00b4fbd

Please sign in to comment.