Skip to content

Commit 336ee26

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 93ea1f6 commit 336ee26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
environment: ${{ inputs.environment }}
3131
env:
32-
GITHUB_TOKEN: ${{ github.token }}
32+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
3333
GITHUB_REPO: ${{ github.repository }}
3434

3535
steps:

0 commit comments

Comments
 (0)