diff --git a/.github/workflows/add-new-template.yml b/.github/workflows/add-new-template.yml index 81de0233..bcb2baae 100644 --- a/.github/workflows/add-new-template.yml +++ b/.github/workflows/add-new-template.yml @@ -212,4 +212,6 @@ jobs: git commit -m "Added new solution: ${{ github.event.inputs.solution_name }}" git push origin $branchName gh pr create --title "Add new solution ${{ github.event.inputs.solution_name }}" --body "Added new solution: ${{ github.event.inputs.solution_name }}" --base main --head $branchName + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} shell: pwsh