mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-16 13:08:28 +00:00
👷 Add PAT
This commit is contained in:
parent
e3f52b8a31
commit
d2bf9e5bd1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -23,6 +23,7 @@ jobs:
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
header: All
|
header: All
|
||||||
|
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||||
message: |
|
message: |
|
||||||
<details open>
|
<details open>
|
||||||
<summary>output of yarn all</summary>
|
<summary>output of yarn all</summary>
|
||||||
|
|
@ -34,6 +35,7 @@ jobs:
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
header: All
|
header: All
|
||||||
|
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||||
append: true
|
append: true
|
||||||
hide_details: true
|
hide_details: true
|
||||||
message: |
|
message: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue