We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933812e commit 6b865e5Copy full SHA for 6b865e5
1 file changed
.github/workflows/build-website.yml
@@ -5,13 +5,17 @@ on:
5
branches:
6
- main
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
deploy:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
+ persist-credentials: true
19
20
# BEGIN Dependencies
21
- uses: actions/setup-python@v2
@@ -53,6 +57,6 @@ jobs:
53
57
- name: Deploy 🚀
54
58
uses: peaceiris/actions-gh-pages@v3
55
59
56
- github_token: ${{ secrets.TOKEN }}
60
+ github_token: ${{ secrets.GITHUB_TOKEN }}
61
publish_dir: ./website/_site/
62
publish_branch: gh-pages
0 commit comments