We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68064f commit a3b6aaeCopy full SHA for a3b6aae
1 file changed
.github/workflows/ci.yaml
@@ -1,13 +1,15 @@
1
name: CI
2
-permissions:
3
- contents: read
4
on:
5
push:
6
branches:
7
- main
8
pull_request:
9
workflow_dispatch:
10
+permissions:
+ contents: read
11
+ id-token: write
12
+
13
concurrency:
14
# Cancel in-progress jobs for PRs only
15
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.sha || github.ref }}
0 commit comments