File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 pull_request_target :
1919 types : [opened, closed, synchronize]
2020
21- # explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings
2221permissions :
23- actions : write # Required to update workflow run status
2422 contents : read # Required to read repository code
25- pull-requests : write # Required to comment on PRs with CLA instructions
26- statuses : write # Required to set commit status checks
2723
2824jobs :
2925 CLAAssistant :
3026 runs-on : ubuntu-latest
27+ permissions :
28+ actions : write # Required to update workflow run status
29+ pull-requests : write # Required to comment on PRs with CLA instructions
30+ statuses : write # Required to set commit status checks
3131 steps :
3232 - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e
3333 id : app-token
You can’t perform that action at this time.
0 commit comments