Skip to content

Commit 1c0fd48

Browse files
committed
fix: added missing permissions
1 parent d81f4d4 commit 1c0fd48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
2727

2828
publish-defintions:
29+
permissions:
30+
contents: write
31+
packages: read
2932
if: startsWith(github.ref, 'refs/tags/def-') || startsWith(github.ref, 'refs/tags/all-')
3033
runs-on: ubuntu-latest
3134
steps:

0 commit comments

Comments
 (0)