Skip to content

Commit ca3e429

Browse files
committed
Fix release permission issue
1 parent 9f251a3 commit ca3e429

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: read
10+
id-token: write
11+
812
jobs:
913
release:
1014
name: Release

0 commit comments

Comments
 (0)