Skip to content

Commit

Permalink
ci: Fix missing contents write permission for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lasuillard committed Oct 18, 2023
1 parent c8134a5 commit 40fd4cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ on:
- '**.md'
workflow_dispatch:

permissions: read-all
permissions:
contents: write

jobs:
lint-and-test:
Expand Down

0 comments on commit 40fd4cb

Please sign in to comment.