Skip to content

Commit c4f1d54

Browse files
Cicd: Fix: Remove unnecessary $BUILD_TOKEN
1 parent 0b1b988 commit c4f1d54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish_site.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
env:
2323
# Don't deploy to gh-pages b/c legacy. Instead, output to `public/` and let the next job do it. https://github.com/orgs/community/discussions/57010#discussioncomment-6076233
2424
BUILD_ONLY: true
25-
# Or if publishing to the same repo, use the automatic token
26-
TOKEN: ${{ secrets.TOKEN }}
2725
# Deploy static files with GitHub's "static" starter workflow. https://github.com/actions/starter-workflows/blob/main/pages/static.yml
2826
- name: Setup Pages
2927
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)