mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-12 11:41: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:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: yarn install
|
||||
|
|
@ -24,7 +26,6 @@ jobs:
|
|||
if: ${{ github.event_name == 'pull_request_target' }}
|
||||
with:
|
||||
header: All
|
||||
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||
message: |
|
||||
<details open>
|
||||
<summary>output of yarn all</summary>
|
||||
|
|
@ -37,7 +38,6 @@ jobs:
|
|||
if: ${{ github.event_name == 'pull_request_target' }}
|
||||
with:
|
||||
header: All
|
||||
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||
append: true
|
||||
hide_details: true
|
||||
message: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue