Skip to content

Commit 4113908

Browse files
updated workflow
1 parent 13e8383 commit 4113908

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
@@ -223,7 +223,7 @@ env:
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

228228
jobs:
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

0 commit comments

Comments
 (0)