Skip to content

Commit 99cde39

Browse files
wip
1 parent 3e8084c commit 99cde39

4 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/pull-request-label.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ jobs:
2020
with:
2121
label-test-robot-done: test-robot-done
2222
label-test-robot-needed: test-robot-needed
23+
secrets:
24+
token: ${{ secrets.BOT_PR_TOKEN }}

.github/workflows/pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
with:
2222
label-test-robot-done: test-robot-done
2323
label-test-robot-needed: test-robot-needed
24+
secrets:
25+
token: ${{ secrets.BOT_PR_TOKEN }}
2426

2527
build:
2628
needs: test-robot-unlabel

.github/workflows/test-robot-label.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
type: string
1414
required: false
1515
default: 'test-robot-needed'
16+
secrets:
17+
token:
18+
description: 'PAT used to post comments'
19+
required: false
1620

1721
permissions:
1822
contents: read
@@ -33,6 +37,7 @@ jobs:
3337
with:
3438
label-test-robot-done: ${{ inputs.label-test-robot-done }}
3539
label-test-robot-needed: ${{ inputs.label-test-robot-needed }}
40+
token: ${{ secrets.token }}
3641

3742
- name: Rerun pull-request workflow
3843
uses: getdevopspro/github-actions/pr/checks-rerun@v6.1.1

.github/workflows/test-robot-unlabel.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
type: string
1414
required: false
1515
default: 'test-robot-needed'
16+
secrets:
17+
token:
18+
description: 'PAT used to post comments'
19+
required: false
1620

1721
permissions:
1822
contents: read
@@ -31,3 +35,4 @@ jobs:
3135
with:
3236
label-test-robot-done: ${{ inputs.label-test-robot-done }}
3337
label-test-robot-needed: ${{ inputs.label-test-robot-needed }}
38+
token: ${{ secrets.token }}

0 commit comments

Comments
 (0)