Skip to content

Commit ef26814

Browse files
authored
fix: gh actions workflow for comments (EddieHubCommunity#3205)
* attempt fix gh action * typo * typo * add manual trigger * remove manual trigger
1 parent 0ea2975 commit ef26814

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/comment-on-pull-request.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: comment-on-pull-request
2-
on: pull_request
2+
on:
3+
pull_request:
34
permissions:
45
pull-requests: write
6+
issues: write
57
jobs:
68
comment-on-pr:
79
runs-on: ubuntu-latest
@@ -14,3 +16,4 @@ jobs:
1416
with:
1517
message: |
1618
This repository is for **practice only** and therefore it will not count towards hacktoberfest.
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)