Skip to content

Commit

Permalink
Try moving perms to root
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Sep 17, 2024
1 parent c83a37e commit 28de6e9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ on:
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

permissions:
checks: write
contents: write

jobs:
lint:
permissions:
checks: write
contents: write
name: Run linters
runs-on: ubuntu-latest

Expand Down

0 comments on commit 28de6e9

Please sign in to comment.