mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix CLA Signature bot workflow (#11250)
In a recent PR (#11240) the workflow was updated to explicitly add the required permissions. Unfortunately the "pull-requests" permission was added with a space instead of a dash, which apparently breaks the workflow. It now has a dash, as shown in the example in the docs [1]. [1]: https://docs.github.com/en/actions/reference/authentication-in-a-workflow#example-1-passing-the-github_token-as-an-input
This commit is contained in:
parent
a58c66af1f
commit
fae857d1c0
2
.github/workflows/cla.yml
vendored
2
.github/workflows/cla.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
if: github.event_name == 'pull_request_target' || contains(github.event.comment.html_url, '/pull/')
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull requests: write
|
||||
pull-requests: write
|
||||
contents: write
|
||||
steps:
|
||||
- name: "CLA Signature Bot"
|
||||
|
Loading…
Reference in New Issue
Block a user