We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79393af commit 0cca8c8Copy full SHA for 0cca8c8
.github/workflows/publishartifact.yml
@@ -13,6 +13,12 @@ on:
13
required: true
14
type: string
15
16
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
17
+permissions:
18
+ contents: write
19
+ pages: write
20
+ id-token: write
21
+
22
jobs:
23
publish:
24
runs-on: ubuntu-latest #good idea to be able to do chmod to fix the artifact issues.
.github/workflows/release.yml
@@ -6,10 +6,9 @@ on:
6
7
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
8
permissions:
9
- contents: read
10
pages: write
11
id-token: write
12
- deployments: write
prepareVersion:
0 commit comments