Skip to content

Commit

Permalink
ci/prepare-release: Adjust PR parameters
Browse files Browse the repository at this point in the history
Need a PAT to have CI run on the new pull request.
  • Loading branch information
abhinav committed May 23, 2024
1 parent 506129e commit 2ceee68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
title: Release ${{ steps.latest.outputs.output }}
branch: release/${{ steps.latest.outputs.output }}
commit-message: Release ${{ steps.latest.outputs.output }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT }}
body: ''

0 comments on commit 2ceee68

Please sign in to comment.