Skip to content

Commit c425550

Browse files
fix(ci): pull request comment token (#672)
Signed-off-by: Victor Adossi <[email protected]>
1 parent 581fc04 commit c425550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: ${{ steps.cc.outputs.fail == 'true' }}
4545
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
4646
with:
47-
token: ${{ secrets.RELEASE_PAT || secrets.GITHUB_TOKEN }}
47+
GITHUB_TOKEN: ${{ secrets.RELEASE_PAT || secrets.GITHUB_TOKEN }}
4848
number: ${{ github.event.pull_request.number }}
4949
header: tip-cc
5050
recreate: true
@@ -82,7 +82,7 @@ jobs:
8282
if: ${{ steps.cc.outputs.success == 'true' }}
8383
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
8484
with:
85-
token: ${{ secrets.RELEASE_PAT || secrets.GITHUB_TOKEN }}
85+
GITHUB_TOKEN: ${{ secrets.RELEASE_PAT || secrets.GITHUB_TOKEN }}
8686
number: ${{ github.event.pull_request.number }}
8787
header: tip-cc
8888
hide: true

0 commit comments

Comments
 (0)