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 77b8bcf commit 043821eCopy full SHA for 043821e
.github/workflows/deploy.yml
@@ -11,6 +11,8 @@ jobs:
11
deploy:
12
name: Deploy to GitHub Pages
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ contents: write
16
steps:
17
- uses: actions/checkout@v3
18
- uses: actions/setup-node@v3
@@ -28,7 +30,7 @@ jobs:
28
30
- name: Deploy to GitHub Pages
29
31
uses: peaceiris/actions-gh-pages@v4
32
with:
- deploy_key: ${{ secrets.GITHUB_TOKEN }}
33
+ github_token: ${{ secrets.GITHUB_TOKEN }}
34
# Build output to publish to the `gh-pages` branch:
35
publish_dir: ./build
36
# The following lines assign commit authorship to the official
0 commit comments