mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-10 16:30:04 +00:00
docs: omit github token in docs
This commit is contained in:
parent
832d4d1261
commit
9945cf63fa
4 changed files with 38 additions and 50 deletions
|
|
@ -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.
|
||||
|
|
|
|||
3
.github/workflows/comment_on_push.yml
vendored
3
.github/workflows/comment_on_push.yml
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue