Skip to content

Commit d03becc

Browse files
committed
ci: update release workflow permissions for OIDC
1 parent 7c7ab8e commit d03becc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10+
permissions:
11+
id-token: write
12+
contents: write
1013
steps:
1114
- uses: actions/checkout@v4
1215
- uses: ./.github/actions/pnpm-setup-node

0 commit comments

Comments
 (0)