We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cca8c8 + 56518cd commit a453d75Copy full SHA for a453d75
.github/workflows/publishartifact.yml
@@ -15,9 +15,10 @@ on:
15
16
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
17
permissions:
18
- contents: write
+ contents: read
19
pages: write
20
id-token: write
21
+ deployments: write
22
23
jobs:
24
publish:
.github/workflows/release.yml
@@ -6,9 +6,10 @@ on:
6
7
8
9
10
11
12
13
14
prepareVersion:
0 commit comments