Skip to content

Commit

Permalink
👷 without PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
marocchino committed Mar 25, 2023
1 parent b08cb9e commit b3a1b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- run: yarn install
Expand All @@ -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>
Expand All @@ -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: |
Expand Down

0 comments on commit b3a1b92

Please sign in to comment.