mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 16:03:41 +00:00
build: explicitly pass the github token to GH action
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -91,5 +91,6 @@ jobs:
|
|||||||
- name: Add comment
|
- name: Add comment
|
||||||
uses: thollander/actions-comment-pull-request@v2.3.1
|
uses: thollander/actions-comment-pull-request@v2.3.1
|
||||||
with:
|
with:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
filePath: comment.txt
|
filePath: comment.txt
|
||||||
comment_tag: sizediff
|
comment_tag: sizediff
|
||||||
|
|||||||
Reference in New Issue
Block a user