Skip to content

Commit 1f12e3e

Browse files
DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN
1 parent a105634 commit 1f12e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_repository.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
run: ls -la
238238
- name: Execute the program
239239
env:
240-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
240+
GH_TOKEN: ${{ secrets.DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN }}
241241
run: |
242242
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}}
243243

0 commit comments

Comments
 (0)