We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cbde1 commit 392a61bCopy full SHA for 392a61b
1 file changed
.github/workflows/test-pr-command.yml
@@ -20,6 +20,8 @@ permissions:
20
pull-requests: write
21
issues: write
22
checks: write
23
+ actions: write
24
+ statuses: write
25
26
jobs:
27
start-workflow:
@@ -96,7 +98,7 @@ jobs:
96
98
repo: "airbytehq/airbyte" # Post to the Airbyte repo, not the fork
97
99
sha: ${{ needs.start-workflow.outputs.commit-sha }}
100
status: in_progress
- token: ${{ secrets.GITHUB_TOKEN }}
101
+ token: ${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}
102
103
# Same as the `python_pytest.yml` file:
104
@@ -145,7 +147,7 @@ jobs:
145
147
146
148
status: completed
149
conclusion: ${{ job.status }}
150
151
152
log-success-comment:
153
name: Append 'Success' Comment
0 commit comments