We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54c9d6 commit 261111fCopy full SHA for 261111f
1 file changed
.github/workflows/prt_result.yml
@@ -32,6 +32,8 @@ jobs:
32
if: ${{ always() && github.event.inputs.pytest_result != '' }}
33
uses: thollander/actions-comment-pull-request@v3
34
with:
35
+ github-token: ${{ secrets.CHERRYPICK_PAT }}
36
+ pr-number: ${{ github.event.inputs.pr_number }}
37
message: |
38
**PRT Result**
39
```
@@ -40,8 +42,6 @@ jobs:
40
42
PRT Comment: ${{ github.event.inputs.prt_comment }}
41
43
Test Result : ${{ github.event.inputs.pytest_result }}
44
- pr_number: ${{ github.event.inputs.pr_number }}
- GITHUB_TOKEN: ${{ secrets.CHERRYPICK_PAT }}
45
46
- name: Add the PRT passed/failed labels
47
id: prt-status
0 commit comments