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 13775b8 commit 876c8a0Copy full SHA for 876c8a0
.github/workflows/publish-insights.yml
@@ -4,6 +4,18 @@ on:
4
push:
5
branches:
6
- main
7
+
8
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
9
+permissions:
10
+ contents: read
11
+ pages: write
12
+ id-token: write
13
14
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
15
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
16
+concurrency:
17
+ group: "pages"
18
+ cancel-in-progress: false
19
20
jobs:
21
build:
0 commit comments