We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc378f commit a4c4044Copy full SHA for a4c4044
1 file changed
.github/workflows/CI.yml
@@ -40,13 +40,7 @@ jobs:
40
changepacks:
41
name: changepacks
42
runs-on: ubuntu-latest
43
- permissions:
44
- # create pull request comments
45
- pull-requests: write
46
-
47
- # Actions > General > Workflow permissions for creating pull request
48
- # Create brench to create pull request
49
- contents: write
+ permissions: write-all
50
needs:
51
- test
52
steps:
0 commit comments