Skip to content

Commit 74ba7c7

Browse files
authored
fix: permissions for crashpad releases (#7)
1 parent 322023f commit 74ba7c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/crashpad.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ jobs:
188188
create-release:
189189
needs: build-crashpad
190190
runs-on: ubuntu-latest
191+
permissions:
192+
contents: write
191193
# Release on every successful build
192194
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
193195

0 commit comments

Comments
 (0)