Skip to content

Commit dd0335c

Browse files
authored
replace the bot account with one owned by testdevops (#291)
1 parent b0c381e commit dd0335c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/add-remove-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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 }}

.github/workflows/cherry-pick-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
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 }}

.github/workflows/on-review-add-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ jobs:
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

0 commit comments

Comments
 (0)