Skip to content

Commit

Permalink
Set token permissions for workflows (#115)
Browse files Browse the repository at this point in the history
* set fuzz.yml permissions

Signed-off-by: Joyce <[email protected]>

* set mynmr_tools_ci.yml permissions

Signed-off-by: Joyce <[email protected]>

---------

Signed-off-by: Joyce <[email protected]>
  • Loading branch information
joycebrum authored Nov 28, 2023
1 parent 6261f25 commit 1a01702
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: CIFuzz
on: [pull_request]
permissions:
contents: read
jobs:
Fuzzing:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/mynmr_tools_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: '*'

permissions:
contents: read

jobs:

# Training Data Project
Expand Down

0 comments on commit 1a01702

Please sign in to comment.