Skip to content

Commit

Permalink
GitHub Action: Set permissions: {} (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus authored Nov 15, 2024
1 parent cf895ce commit 60e54e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
branches:
- main

permissions:
contents: read # TODO!
permissions: {}

jobs:
golangci-lint:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ on:
branches:
- main

permissions:
contents: read # TODO!!!
permissions: {}

jobs:
govulncheck:
Expand Down

0 comments on commit 60e54e7

Please # to comment.