Skip to content

Commit d634dbd

Browse files
committed
input token as param
1 parent 503e5d6 commit d634dbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/checklist.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ jobs:
2424
# if: github.event.action == 'opened'
2525
# uses: peter-evans/create-or-update-comment@v1
2626
uses: AsasInnab/pr-body-action@v1
27-
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2927
with:
3028
body: ${{ steps.get-comment-body.outputs.body }}
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3130
enforce-checklist:
3231
runs-on: ubuntu-latest
3332
needs: add-checklist

0 commit comments

Comments
 (0)