Skip to content

Commit

Permalink
chore: specify permissions in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Feb 2, 2024
1 parent ce959ac commit ea604fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
- pull_request
- push

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -185,6 +188,9 @@ jobs:
retention-days: 1

coverage:
permissions:
checks: write # for coverallsapp/github-action to create new checks
contents: read # for actions/checkout to fetch code
needs: test
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ea604fb

Please sign in to comment.