Skip to content

Commit 965f66a

Browse files
corrected the perms
1 parent 1f12e3e commit 965f66a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/create_repository.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ on:
189189
- Creative Commons Zero v1.0 Universal
190190
- Creative Commons Attribution 4.0
191191
- Creative Commons Attribution ShareAlike 4.0
192-
- Do What The F*ck You Want To Public License
193192
- Educational Community License v2.0
194193
- Eclipse Public License 1.0
195194
- Eclipse Public License 2.0
@@ -225,7 +224,7 @@ env:
225224
LICENSE_TEMPLATE: ${{ github.event.inputs.license_template }}
226225

227226
# Elevating Github token permissions to write all to create repo
228-
permissions: write-all
227+
# permissions: write-all
229228

230229
jobs:
231230
github-repository-creation-using-github-workflow:

0 commit comments

Comments
 (0)