Skip to content

Commit

Permalink
add secret
Browse files Browse the repository at this point in the history
  • Loading branch information
IshuaWang committed Oct 20, 2024
1 parent f8697d5 commit 09d22c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: 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
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: pages
FOLDER: build
BUILD_SCRIPT: npm install && npm run build

0 comments on commit 09d22c6

Please sign in to comment.