Skip to content

Commit 2d2763c

Browse files
committed
Add permissions to the publish-release CI job
1 parent 25f99bb commit 2d2763c

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
@@ -186,6 +186,8 @@ jobs:
186186
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
187187
runs-on: ubuntu-latest
188188
needs: [ci-linux, ci-macos, ci-windows, install-macos, install-ubuntu]
189+
permissions:
190+
contents: write
189191
steps:
190192
- uses: actions/checkout@v4
191193
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)