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.
2 parents bede6db + 534c40d commit 2c5a9bfCopy full SHA for 2c5a9bf
.github/workflows/gh-pages.yml
@@ -5,6 +5,11 @@ on:
5
branches:
6
- main
7
8
+permissions:
9
+ contents: read
10
+ pages: write
11
+ id-token: write
12
+
13
jobs:
14
build:
15
runs-on: ubuntu-latest
.github/workflows/unittests.yml
@@ -10,6 +10,9 @@ on:
- dev_push
16
17
test:
18
0 commit comments