Skip to content

Commit 82c6f97

Browse files
committed
Fix: Update GitHub Actions workflow to use secrets for GITHUB_TOKEN in pull request comments
Signed-off-by: Lee Calcote <[email protected]>
1 parent 3d8eaca commit 82c6f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
if: github.event_name == 'pull_request'
8585
uses: marocchino/sticky-pull-request-comment@v2
8686
with:
87-
GITHUB_TOKEN: ${{ github.token }}
87+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8888
message: |
8989
🚀 **Preview deployment for PR #${{ github.event.pull_request.number }}**
9090

0 commit comments

Comments
 (0)