We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26dbe69 commit 37c3758Copy full SHA for 37c3758
.github/workflows/release.yml
@@ -8,6 +8,9 @@ on:
8
jobs:
9
release:
10
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)
14
name: Release
15
runs-on: ubuntu-latest
16
steps:
0 commit comments