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 89b344a commit d0f6209Copy full SHA for d0f6209
.github/workflows/continuous-integration.yml
@@ -4,7 +4,9 @@ on:
4
pull_request:
5
workflow_dispatch:
6
7
-permissions: { }
+permissions:
8
+ id-token: write
9
+ contents: read
10
# Allow one instance of this workflow per pull request, and cancel older runs when new changes are pushed
11
concurrency:
12
group: ci-pr-${{ github.ref }}
0 commit comments