Skip to content

Commit add3747

Browse files
committed
[skip ci] fix perms
1 parent 841012d commit add3747

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-branch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,9 @@ jobs:
297297
needs: [build-and-upload-packages]
298298
if : ${{ inputs.assertionDoc == true }}
299299
uses: ./.github/workflows/assertion.yml
300+
permissions:
301+
id-token: write
302+
contents: read
300303
with:
301304
packageVersion: ${{ inputs.packageVersion }}
302305
secrets:

0 commit comments

Comments
 (0)