We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ae9ba commit b27483eCopy full SHA for b27483e
1 file changed
.github/workflows/deploy.yml
@@ -10,8 +10,8 @@ on:
10
11
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
12
permissions:
13
+ actions: write
14
contents: read
- pages: write
15
id-token: write
16
17
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
@@ -28,8 +28,6 @@ defaults:
28
jobs:
29
deploy:
30
runs-on: ubuntu-latest
31
- permissions:
32
- actions: write
33
env:
34
DEPLOY_DIR: _site/
35
DEPLOY_BRANCH: gh-pages
0 commit comments