Skip to content

Commit dca769b

Browse files
authored
Add permissions to publish workflow (#1737)
1 parent 03a23d1 commit dca769b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88

99
concurrency: ${{ github.workflow }}-${{ github.ref }}
1010

11+
permissions:
12+
id-token: write # Required for OIDC
13+
contents: write # Required to create GH releases
14+
pull-requests: write # Required to interact with PRs
15+
1116
jobs:
1217
release:
1318
name: Release

0 commit comments

Comments
 (0)