Skip to content

Commit

Permalink
Merge pull request #160 from gkunz/set-token-permissions
Browse files Browse the repository at this point in the history
Setting GITHUB_TOKEN permissions
  • Loading branch information
anders-larsson authored Feb 21, 2024
2 parents 9e62b6c + 8faced5 commit 247550e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-pdk-tests-on-puppet-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
- push
- pull_request

permissions: read-all

jobs:
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run-pdk-tests-on-puppet-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
- push
- pull_request

permissions: read-all

jobs:
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run-pdk-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- push
- pull_request

permissions: read-all

jobs:
validate:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 247550e

Please sign in to comment.