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 54ecf29 commit c2486bdCopy full SHA for c2486bd
.github/workflows/deploy.yml
@@ -16,8 +16,7 @@ on:
16
17
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
18
permissions:
19
- contents: read
20
- pages: write
+ contents: write
21
id-token: write
22
23
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
.github/workflows/pr-deploy.yml
@@ -9,9 +9,8 @@ on:
9
10
11
12
13
pull-requests: write
14
15
0 commit comments