File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141
4242 - name : Run add remove labels
4343 env :
44- GITHUB_TOKEN : ${{ secrets.OPENDATAHUB_TESTS_BOT_PAT }}
44+ GITHUB_TOKEN : ${{ secrets.RHODS_CI_BOT_PAT }}
4545 GITHUB_PR_NUMBER : " ${{ github.event.pull_request.number || github.event.issue.number }}"
4646 GITHUB_EVENT_ACTION : ${{ github.event.action }}
4747 GITHUB_EVENT_REVIEW_STATE : ${{ github.event.review.state }}
Original file line number Diff line number Diff line change 1717 - name : Checkout the latest code
1818 uses : actions/checkout@v4
1919 with :
20- token : ${{ secrets.OPENDATAHUB_TESTS_BOT_PAT }}
20+ token : ${{ secrets.RHODS_CI_BOT_PAT }}
2121 fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
2222 - name : Automatic Cherry Pick
2323 uses : dbasunag/cherry-pick-pr@master
2424 env :
25- GITHUB_TOKEN : ${{ secrets.OPENDATAHUB_TESTS_BOT_PAT }}
25+ GITHUB_TOKEN : ${{ secrets.RHODS_CI_BOT_PAT }}
Original file line number Diff line number Diff line change 8383 uses : astral-sh/setup-uv@v6
8484 - name : ' Run add-remove-labels action'
8585 env :
86- GITHUB_TOKEN : ${{ secrets.OPENDATAHUB_TESTS_BOT_PAT }}
86+ GITHUB_TOKEN : ${{ secrets.RHODS_CI_BOT_PAT }}
8787 GITHUB_EVENT_NAME : ${{ needs.download_context_artifact.outputs.event_name }}
8888 run : uv run python .github/workflows/scripts/pr_workflow.py
You can’t perform that action at this time.
0 commit comments