Skip to content

Commit d4da26c

Browse files
committed
Fix trusted publishing permission
1 parent 4c00102 commit d4da26c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66

77
jobs:
88
build:
9+
permissions:
10+
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
911
runs-on: ubuntu-latest
1012

1113
steps:

0 commit comments

Comments
 (0)