Skip to content

Commit

Permalink
Update release_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vinmassaro authored Feb 6, 2024
1 parent f7a501b commit 0f95899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
branch: ${{ env.RELEASE_BRANCH }}
token: ${{ secrets.YALESITES_BUILD_TOKEN }}
token: ${{ secrets.YALESITES_BUILD_TOKEN
base: master

- name: Create pull request
if: github.head_ref == env.RELEASE_BRANCH || github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit 0f95899

Please sign in to comment.