Skip to content

Commit

Permalink
needed perms for running workflows against forks (trufflesecurity#1348)
Browse files Browse the repository at this point in the history
Co-authored-by: ahrav <[email protected]>
  • Loading branch information
Mike Vanbuskirk and ahrav authored May 19, 2023
1 parent 1da7720 commit 1d9d6b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
test:
runs-on: ubuntu-latest
permissions:
actions: 'read'
contents: 'read'
id-token: 'write'
steps:
Expand All @@ -32,6 +33,7 @@ jobs:
test-detectors:
runs-on: ubuntu-latest
permissions:
actions: 'read'
contents: 'read'
id-token: 'write'
steps:
Expand All @@ -49,4 +51,3 @@ jobs:
- name: Test
run: make test-detectors
continue-on-error: true

0 comments on commit 1d9d6b6

Please sign in to comment.