Skip to content

Commit

Permalink
Try GH_PR
Browse files Browse the repository at this point in the history
  • Loading branch information
leehart committed Oct 1, 2023
1 parent db40ef6 commit c220732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_tagged_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Push new branch upstream
run: git push --set-upstream origin "$BRANCH_NAME"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_PR: ${{ secrets.GH_PR }}

- name: Create pull request
run: gh pr create -B main -H "$BRANCH_NAME" --title "Merge $BRANCH_NAME into main" --body 'Automated pull request from GitHub Actions workflow'
Expand Down

0 comments on commit c220732

Please sign in to comment.