Skip to content

Commit

Permalink
Merge pull request #8 from netboxlabs/fix/gha-lint-tests-permissions
Browse files Browse the repository at this point in the history
fix: GHA lint and tests workflow permissions
  • Loading branch information
mfiedorowicz authored Jul 8, 2024
2 parents 1d97a68 + a724b62 commit 3e17aad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false

permissions:
contents: write
checks: write
pull-requests: write

jobs:
tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3e17aad

Please sign in to comment.