Skip to content

Commit

Permalink
Update workflow to use github token
Browse files Browse the repository at this point in the history
  • Loading branch information
nnarain committed Jun 16, 2024
1 parent 51d20fe commit 4d711a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/book

release:
Expand All @@ -65,4 +65,4 @@ jobs:
./icarus-design_docs.zip
./icarus-jlcpcb_fab.zip
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4d711a2

Please sign in to comment.