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 d7393df commit d7f3cf4Copy full SHA for d7f3cf4
.github/workflows/ci.yml
@@ -3,6 +3,18 @@ on:
3
- push
4
- pull_request
5
6
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
7
+permissions:
8
+ contents: read
9
+ pages: write
10
+ id-token: write
11
+
12
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
13
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
14
+concurrency:
15
+ group: 'pages'
16
+ cancel-in-progress: true
17
18
jobs:
19
test:
20
name: 'Test'
0 commit comments