Skip to content

Commit 4e55a0e

Browse files
committed
fix: typo in workflow
1 parent 9c49dc4 commit 4e55a0e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/expo-preview.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
on: issue-comment
1+
on:
2+
issue_comment:
3+
types: [created]
24
name: Expo QR Code Preview
35
permissions: write-all
46

@@ -11,7 +13,7 @@ jobs:
1113
id: command
1214
uses: xt0rted/slash-command-action@v1
1315
with:
14-
token: ${{ secrets.GH+_PAT }}
16+
token: ${{ secrets.GH_PAT }}
1517
continue-on-error: true
1618
command: preview
1719
reaction: "true"

0 commit comments

Comments
 (0)