Skip to content

Commit

Permalink
contents read permission
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger committed Oct 16, 2023
1 parent 48ff268 commit 28172cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ jobs:
name: Continuous Integration
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0


- name: Cache node modules
id: cache
Expand Down

0 comments on commit 28172cc

Please sign in to comment.