Skip to content

Commit b4e065e

Browse files
committed
fix: github registry permissions
1 parent 04d2c5d commit b4e065e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
release:
1818
permissions:
1919
contents: write
20+
packages: write
2021
id-token: write
21-
issues: read
2222
pull-requests: write
23+
issues: read
2324
runs-on: ubuntu-latest
2425
timeout-minutes: 20
2526
steps:

0 commit comments

Comments
 (0)