Skip to content

Commit 37c3758

Browse files
committed
chore: add permissions field
1 parent 26dbe69 commit 37c3758

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
@@ -8,6 +8,9 @@ on:
88
jobs:
99
release:
1010
if: github.repository == 'cloudinary-community/svelte-cloudinary'
11+
permissions:
12+
contents: write # to create release (changesets/action)
13+
pull-requests: write # to create pull request (changesets/action)
1114
name: Release
1215
runs-on: ubuntu-latest
1316
steps:

0 commit comments

Comments
 (0)