Skip to content

Commit

Permalink
Add GHA permission to broken link checker
Browse files Browse the repository at this point in the history
Every github action should have top level permission set to read.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed May 7, 2024
1 parent 2f64a42 commit 0807f0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/broken-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
env:
GO_VER: 1.21.9

permissions:
contents: read

jobs:
broken-lint-checker:
# Only run the scheduled job in hyperledger/fabric repository, not on personal forks
Expand Down

0 comments on commit 0807f0b

Please sign in to comment.