mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-13 04:01:14 +00:00
👷 without PAT
This commit is contained in:
parent
b08cb9eceb
commit
b3a1b925c1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -8,6 +8,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
|
|
@ -24,7 +26,6 @@ jobs:
|
||||||
if: ${{ github.event_name == 'pull_request_target' }}
|
if: ${{ github.event_name == 'pull_request_target' }}
|
||||||
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>
|
||||||
|
|
@ -37,7 +38,6 @@ jobs:
|
||||||
if: ${{ github.event_name == 'pull_request_target' }}
|
if: ${{ github.event_name == 'pull_request_target' }}
|
||||||
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