Skip to content

Commit 586ec4a

Browse files
authored
Merge branch 'ep2025' into redirection-mapping
2 parents a6c5f22 + 47b222c commit 586ec4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
if: github.event_name == 'pull_request'
5757

5858
with:
59-
github-token: ${{ secrets.GITHUB_TOKEN }}
59+
github-token: ${{ secrets.COMMENT_TOKEN }}
6060
script: |
6161
console.log("Hello world!");
6262
const pr_id = ${{ github.event.number }};

0 commit comments

Comments
 (0)