Skip to content

Commit

Permalink
Add github token for gh
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed May 28, 2024
1 parent f31bd0f commit 64bf438
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create_main_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ jobs:
git push origin provisional
- name: Create provisional to main PR
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr create --base main --head provisional --title "${{ github.event.inputs.pr_title }}" --body "${{ github.event.inputs.pr_description }}"

0 comments on commit 64bf438

Please sign in to comment.