docs: omit github token in docs

This commit is contained in:
marocchino 2021-03-22 06:32:32 +09:00
parent 832d4d1261
commit 9945cf63fa
No known key found for this signature in database
GPG key ID: AFF521DBDB122570
4 changed files with 38 additions and 50 deletions

View file

@ -9,7 +9,6 @@ jobs:
- uses: actions/checkout@v2
- uses: ./
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
header: FromPR
message: |
Test ${{ github.sha }} is successfully ended.

View file

@ -9,11 +9,8 @@ jobs:
- uses: actions/checkout@v2
- uses: jwalton/gh-find-current-pr@v1
id: finder
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: ./
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
number: ${{ steps.finder.outputs.pr }}
message: |
Test ${{ github.sha }} is successfully ended.