Skip to content

Commit

Permalink
Fix workflow perms
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Sep 19, 2023
1 parent e1a17b6 commit b279d38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- "src/**"
workflow_dispatch:

permissions: read-all|write-all

jobs:
clang-format:
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:
- "**.yml"
workflow_dispatch:

permissions:
contents: write
permissions: read-all|write-all

jobs:
prettier:
Expand Down

0 comments on commit b279d38

Please sign in to comment.