Skip to content

Commit

Permalink
Set minimal permissions for the "update lib cache" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Jan 19, 2025
1 parent 26a18c4 commit 9d6f334
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-lib-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
concurrency:
group: "update-lib-cache"

permissions:
packages: read

jobs:
x86_64-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9d6f334

Please sign in to comment.