We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab73719 commit 26c977dCopy full SHA for 26c977d
2 files changed
.github/workflows/ci.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
branches: [main]
8
9
+permissions:
10
+ id-token: write
11
+ contents: read
12
+
13
concurrency:
14
group: ci-${{ github.ref }}
15
cancel-in-progress: true
.github/workflows/release.yml
@@ -6,7 +6,8 @@ on:
- "v*"
permissions:
- contents: write
group: release-${{ github.ref }}
0 commit comments