Skip to content

Commit

Permalink
Revert "Fix: Set ci to have default permissions"
Browse files Browse the repository at this point in the history
This reverts commit ff861a0.
  • Loading branch information
FeignClaims committed May 15, 2024
1 parent 1bd9f2d commit 8dc24e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
Test:
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
runs-on: ${{ matrix.os }}
permissions:
actions: read
contents: write
security-events: write
strategy:
fail-fast: false

Expand Down

0 comments on commit 8dc24e8

Please sign in to comment.