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 223223 HAS_WIKI : ${{ github.event.inputs.has_wiki }}
224224 GITIGNORE_TEMPLATE : ${{ github.event.inputs.gitignore_template }}
225225 LICENSE_TEMPLATE : ${{ github.event.inputs.license_template }}
226- GH_TOKEN : ${{ secrets.DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN }} # GitHub token provided by secrets.GITHUB_TOKEN
226+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }} # GitHub token provided by secrets.GITHUB_TOKEN
227227
228228jobs :
229229 github-repository-creation-using-github-workflow :
@@ -235,7 +235,7 @@ jobs:
235235 run : ls -la
236236 - name : Execute the program
237237 run : |
238- bash create_repository_in_github.sh
238+ 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
240240
241241
You can’t perform that action at this time.
0 commit comments