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 312dbf3 + f615ea1 commit 8babfd4Copy full SHA for 8babfd4
.github/workflows/check.yml
@@ -3,6 +3,9 @@ name: Check style + docs + types
3
on:
4
pull_request:
5
6
+permissions:
7
+ contents: read
8
+
9
jobs:
10
check:
11
runs-on: ubuntu-latest
.github/workflows/unit_tests.yml
@@ -1,5 +1,9 @@
1
name: unit tests
2
+ id-token: write
push:
branches:
0 commit comments