Skip to content

Commit 09a2618

Browse files
authored
Update static.yml
Signed-off-by: Lee Calcote <[email protected]>
1 parent 920eecd commit 09a2618

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
@@ -45,13 +45,13 @@ jobs:
4545
with:
4646
# Upload just the public folder
4747
path: 'public'
48-
token: ${{ secrets.GH_ACCESS_TOKEN }}
4948
- name: Deploy to GitHub Pages
5049
id: deployment
5150
uses: actions/deploy-pages@v4
5251
- name: Comment Preview URL on PR
5352
if: github.event_name == 'pull_request'
5453
uses: marocchino/sticky-pull-request-comment@v2
5554
with:
55+
token: ${{ secrets.GH_ACCESS_TOKEN }}
5656
message: |
5757
🚀 Preview: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)