Skip to content

Commit 246ebc2

Browse files
committed
Add permissions to the publish-release CI job
1 parent b9ff0cc commit 246ebc2

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: actions/download-artifact@v4

0 commit comments

Comments
 (0)