Skip to content

Commit

Permalink
Allow to raise PR instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tirumerla committed Dec 9, 2023
1 parent a62e21e commit 6e2ec23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
pull-requests: write
needs: verify-packages
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -119,7 +120,6 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
with:
token: ${{ secrets.SAI_PAT }}
commit-message: "🤖 Update version to ${{ steps.update_version.outputs.rc_version }}"
branch: 'update-version/${{ steps.update_version.outputs.rc_version }}'
title: "🤖 [Automated Pr] Update version to ${{ steps.update_version.outputs.rc_version }}"
Expand Down

0 comments on commit 6e2ec23

Please sign in to comment.