Skip to content

Commit

Permalink
ci(ga): limit test workflow to read-only access
Browse files Browse the repository at this point in the history
  • Loading branch information
gund authored Dec 8, 2022
1 parent a9890f5 commit 64bb6e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
contents: read

env:
NX_CLOUD_DISTRIBUTED_EXECUTION: true
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
Expand Down

0 comments on commit 64bb6e7

Please sign in to comment.