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 9ebaed9 commit d4377a6Copy full SHA for d4377a6
.github/workflows/build.yml
@@ -2,6 +2,10 @@ name: CI
2
3
on: [push, pull_request]
4
5
+permissions:
6
+ contents: read
7
+ id-token: write
8
+
9
concurrency:
10
group: ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
11
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}
0 commit comments