Skip to content

Commit

Permalink
actually add read scope to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Oct 17, 2024
1 parent af828db commit 6ab85ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
timeout-minutes: 20
permissions:
contents: read
packages: read
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
timeout-minutes: 40
permissions:
contents: read
packages: read
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 6ab85ae

Please sign in to comment.