Skip to content

Commit

Permalink
Testing default GITHUB_TOKEN with permissions write-all
Browse files Browse the repository at this point in the history
  • Loading branch information
MukuFlash03 committed Sep 29, 2024
1 parent cf72bfe commit d64c3ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable_image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
with:
repository: MukuFlash03/${{ inputs.repo }}
ref: ${{ inputs.branch }}
token: ${{ secrets.GH_FG_REUSE }}
token: ${{ secrets.GITHUB_TOKEN }}
# token: ${{ secrets.GH_FG_REUSE }}
# token: ${{ secrets.GH_FG_PAT_TAGS }}
# persist-credentials: false

Expand Down

0 comments on commit d64c3ed

Please sign in to comment.