mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-04 03:52:31 +03:00
🌱 Fixes write permissions for ok-to-test
Allowed write permissions to action for commenting on the status of the PR.
This commit is contained in:
parent
ecc072c3b7
commit
28b1db9267
3
.github/workflows/ok-to-test.yml
vendored
3
.github/workflows/ok-to-test.yml
vendored
@ -18,7 +18,8 @@ name: Ok To Test
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
jobs:
|
||||
ok-to-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/verify.yml
vendored
2
.github/workflows/verify.yml
vendored
@ -16,6 +16,8 @@ name: PR Verifier
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, edited, reopened]
|
||||
permissions:
|
||||
pull-requests: write
|
||||
jobs:
|
||||
verify:
|
||||
name: Verify PR contents
|
||||
|
Loading…
Reference in New Issue
Block a user