We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff31923 commit dc14354Copy full SHA for dc14354
.github/workflows/static.yml
@@ -7,12 +7,6 @@ on:
7
# Allows you to run this workflow manually from the Actions tab
8
workflow_dispatch:
9
10
-# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
11
-permissions:
12
- contents: read
13
- pages: write
14
- id-token: write
15
-
16
# Allow one concurrent deployment
17
concurrency:
18
group: "pages"
@@ -33,4 +27,4 @@ jobs:
33
27
uses: peaceiris/actions-gh-pages@v4
34
28
with:
35
29
publish_dir: __sapper__/export
36
- github_token: ${{ secrets.GITHUB_TOKEN }}
30
+ deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
0 commit comments