Skip to content

Commit be1c84c

Browse files
authored
Merge pull request #332 from stepchowfun/publish-permissions
Add `permissions` to the `publish-release` CI job
2 parents 39bc393 + 1117bf7 commit be1c84c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ jobs:
193193
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
194194
runs-on: ubuntu-latest
195195
needs: [ci-linux, ci-macos, ci-windows, install-macos, install-ubuntu]
196+
permissions:
197+
contents: write
196198
steps:
197199
- uses: actions/checkout@v4
198200
- uses: docker/setup-qemu-action@v3 # For building multi-platform images

0 commit comments

Comments
 (0)