Skip to content

Commit

Permalink
Wait, pull request should allow CI to write as well
Browse files Browse the repository at this point in the history
  • Loading branch information
azygis authored Jul 31, 2023
1 parent 3d0e51e commit 3bce96a
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 @@ -8,9 +8,10 @@ on:
- "src/**"
- "test/**"

permissions: write-all

jobs:
build-and-test:
permissions: write-all
runs-on: ubuntu-latest

services:
Expand Down

0 comments on commit 3bce96a

Please sign in to comment.