👷 without PAT

This commit is contained in:
marocchino 2023-03-25 11:19:19 +09:00
parent b08cb9eceb
commit b3a1b925c1
No known key found for this signature in database
GPG key ID: 326883DCCAF7FFEA

View file

@ -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: |