We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f8184 commit 25e487eCopy full SHA for 25e487e
1 file changed
.github/workflows/ci.yml
@@ -9,6 +9,9 @@ on:
9
jobs:
10
build:
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: read
14
+ id-token: write
15
16
strategy:
17
matrix:
0 commit comments