Skip to content

Commit

Permalink
Set top-level permissions for remaining GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Aug 26, 2022
1 parent 74ceacf commit e58b196
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- "**.h"
workflow_dispatch:

permissions:
contents: read

jobs:
Fuzzing:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Test Cygwin

on: [push, pull_request, workflow_dispatch]

permissions:
contents: read

jobs:
build:
runs-on: windows-latest
Expand Down

0 comments on commit e58b196

Please sign in to comment.