We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4ccc2 commit a39dc81Copy full SHA for a39dc81
1 file changed
.github/workflows/create_repo.yaml
@@ -27,6 +27,8 @@ jobs:
27
28
- name: Create Repository
29
uses: actions/github-script@v6
30
+ env:
31
+ GITHUB_TOKEN: ${{ secrets.GH_PAT }}
32
with:
33
script: |
34
try {
@@ -44,6 +46,8 @@ jobs:
44
46
45
47
- name: Add README if requested
48
if: env.INCLUDE_README == 'Yes'
49
50
51
run: |
52
git clone https://${{ github.actor }}:${{ secrets.GH_PAT }}@github.com/${{ github.repository_owner }}/${{ env.REPO_NAME }}.git
53
cd ${{ env.REPO_NAME }}
0 commit comments