Skip to content

Commit 6b2a965

Browse files
Fix release pipeline
1 parent 7e2890b commit 6b2a965

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Release
22

33
on: [push]
44

5+
permissions:
6+
id-token: write # Required for OIDC
7+
contents: read
8+
59
jobs:
610
release:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)