Skip to content

Commit

Permalink
Update generated PR target to orchestrator (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-y authored Dec 30, 2024
1 parent bab5016 commit d7e04ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
repository: superblocksteam/orchestrator
ref: main
token: ${{ secrets.GH_PACKAGES_READ_TOKEN }}

Expand All @@ -23,7 +24,7 @@ jobs:
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GH_PACKAGES_READ_TOKEN }}
commit-message: "[CI] Bump Chart and App Version"
Expand All @@ -36,5 +37,5 @@ jobs:
body: |
Autogenerated PR to bump the App Version in the chart to ${{github.event.release.tag_name}}.
team-reviewers: |
engineering
eng-agent-infra
draft: false

0 comments on commit d7e04ad

Please sign in to comment.