Skip to content

Commit 392a61b

Browse files
committed
ci(hotfix): use Octavia PAT in slash command
1 parent d2cbde1 commit 392a61b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test-pr-command.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ permissions:
2020
pull-requests: write
2121
issues: write
2222
checks: write
23+
actions: write
24+
statuses: write
2325

2426
jobs:
2527
start-workflow:
@@ -96,7 +98,7 @@ jobs:
9698
repo: "airbytehq/airbyte" # Post to the Airbyte repo, not the fork
9799
sha: ${{ needs.start-workflow.outputs.commit-sha }}
98100
status: in_progress
99-
token: ${{ secrets.GITHUB_TOKEN }}
101+
token: ${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}
100102

101103
# Same as the `python_pytest.yml` file:
102104

@@ -145,7 +147,7 @@ jobs:
145147
sha: ${{ needs.start-workflow.outputs.commit-sha }}
146148
status: completed
147149
conclusion: ${{ job.status }}
148-
token: ${{ secrets.GITHUB_TOKEN }}
150+
token: ${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}
149151

150152
log-success-comment:
151153
name: Append 'Success' Comment

0 commit comments

Comments
 (0)