We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599150a commit f7a326cCopy full SHA for f7a326c
.github/workflows/create_repository.yaml
@@ -223,7 +223,7 @@ env:
223
HAS_WIKI: ${{ github.event.inputs.has_wiki }}
224
GITIGNORE_TEMPLATE: ${{ github.event.inputs.gitignore_template }}
225
LICENSE_TEMPLATE: ${{ github.event.inputs.license_template }}
226
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub token provided by secrets.GITHUB_TOKEN
+ GH_TOKEN: ${{ secrets.DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN }} # GitHub token provided by secrets.GITHUB_TOKEN
227
228
jobs:
229
github-repository-creation-using-github-workflow:
@@ -239,4 +239,4 @@ jobs:
239
240
241
242
-
+
0 commit comments