Skip to content

Commit f7a326c

Browse files
Update create_repository.yaml
1 parent 599150a commit f7a326c

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.GITHUB_TOKEN }} # GitHub token provided by secrets.GITHUB_TOKEN
226+
GH_TOKEN: ${{ secrets.DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN }} # GitHub token provided by secrets.GITHUB_TOKEN
227227

228228
jobs:
229229
github-repository-creation-using-github-workflow:
@@ -239,4 +239,4 @@ jobs:
239239
240240
241241
242-
242+

0 commit comments

Comments
 (0)