File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 222222 GITIGNORE_TEMPLATE : ${{ github.event.inputs.gitignore_template }}
223223 LICENSE_TEMPLATE : ${{ github.event.inputs.license_template }}
224224
225- permissions : write-all
225+
226226jobs :
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
You can’t perform that action at this time.
0 commit comments