Skip to content

Commit 5acf0c7

Browse files
reverting changes
1 parent 2fb0dcb commit 5acf0c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create_repository.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ env:
222222
GITIGNORE_TEMPLATE: ${{ github.event.inputs.gitignore_template }}
223223
LICENSE_TEMPLATE: ${{ github.event.inputs.license_template }}
224224

225-
permissions: write-all
225+
226226
jobs:
227227
github-repository-creation-using-github-workflow:
228228
runs-on: ubuntu-latest
@@ -233,7 +233,7 @@ jobs:
233233
run: ls -la
234234
- name: Execute the program
235235
env:
236-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
236+
GH_TOKEN: ${{ secrets.DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN }}
237237
run: |
238238
bash create_repository_in_github.sh ${{ inputs.organization }} ${{ inputs.repository_name }} ${{ inputs.repository_description }} ${{ inputs.private }} ${{ inputs.visibility }} ${{ inputs.has_issues}} ${{ inputs.has_projects }} ${{ inputs.has_wiki}} ${{ inputs.gitignore_template}} ${{ inputs.license_template}}
239239

0 commit comments

Comments
 (0)