Skip to content

Commit

Permalink
Add packages read permission to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dhritzkiv committed Mar 10, 2025
1 parent e80af49 commit 30bba0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
ci:
runs-on: ${{ matrix.os }}
permissions:
packages: read
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 30bba0e

Please sign in to comment.