Skip to content

Commit

Permalink
fix(ci): add read permissions to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptprivate authored Aug 13, 2024
1 parent 09916f6 commit 351378f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/security-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- main
- develop

permissions:
security-events: read
contents: read

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

0 comments on commit 351378f

Please sign in to comment.