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 97d82ce commit eede0a8Copy full SHA for eede0a8
.github/workflows/ci.yml
@@ -5,6 +5,10 @@ on:
5
types: [published]
6
workflow_dispatch:
7
8
+permissions:
9
+ contents: read
10
+ id-token: write
11
+
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
14
cancel-in-progress: true
0 commit comments