Skip to content

Commit

Permalink
Add token to git push origin release
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Nov 21, 2023
1 parent 8ed49c5 commit 91bd15a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create_release_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
git commit --message "Update agent version to ${{ env.RELEASE_VERSION }}"
- name: Push new release branch to remote repositories
run: git push origin release/${{ env.RELEASE_NAME }}
env:
GITHUB_TOKEN: ${{ steps.github-token.outputs.token }}
- name: Open draft Pull Request for version bump
run: gh pr create --draft --title "solarwinds-apm ${{ env.RELEASE_VERSION }}" --body "For PyPI release of solarwinds-apm ${{ env.RELEASE_VERSION }}. See also CHANGELOG.md."
env:
Expand Down

0 comments on commit 91bd15a

Please sign in to comment.