Skip to content

Commit

Permalink
Restrict permissions for the GITHUB_TOKEN in .github/workflows/ci-uni…
Browse files Browse the repository at this point in the history
…t-tests.yaml
  • Loading branch information
step-security-bot authored and josephvusich committed Oct 13, 2021
1 parent a0ffb80 commit 7d71405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on: [pull_request, push]

jobs:
ci-unit-tests:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7d71405

Please sign in to comment.