Skip to content

Commit

Permalink
ci: add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruzda-splunk committed May 8, 2024
1 parent 408386f commit 13a17e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ on:
- "main"
- "develop"

permissions:
contents: write
packages: write
pull-requests: read
statuses: write

jobs:
pre-commit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 13a17e3

Please sign in to comment.