Skip to content

Commit

Permalink
fix: extend permissions for workflow (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolasinski-splunk authored Nov 7, 2023
1 parent bb8b385 commit 7439ba9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ on:
branches:
- "main"
- "develop"

permissions:
actions: read
checks: write
contents: write
deployments: read
packages: write
pull-requests: read
statuses: write
jobs:
build_action:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7439ba9

Please sign in to comment.