Skip to content

Commit

Permalink
Test PR
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-codecov committed Oct 10, 2023
1 parent d1548fe commit 25ee41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Create pull request into main
uses: thomaseizinger/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_RELEASE_TOKEN }}
head: release/${{ github.event.inputs.versionName }}
base: main
title: Release ${{ github.event.inputs.versionName }}
Expand Down

0 comments on commit 25ee41e

Please sign in to comment.