Skip to content

Commit 394def5

Browse files
ci: add permissions explicitly to reusable workflow
1 parent c673d15 commit 394def5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-dev.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ jobs:
3737
create-dev-release: true
3838
create-rc-release: false
3939
secrets:
40-
CAP_GH_RELEASE_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
40+
CAP_GH_RELEASE_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
41+
permissions:
42+
id-token: write
43+
contents: read

0 commit comments

Comments
 (0)