Skip to content

Commit 0cd0fab

Browse files
authored
[CI] Use EMSCRIPTEN_BOT_TOKEN in rebaseline-tests.yml (#25792)
Using this token instead of the default one should mean that all the normal workflows get triggered in the created PRs. Github has some kind of recursion guard in place for the default token.
1 parent a8c9373 commit 0cd0fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebaseline-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Rebaseline Tests
1616
runs-on: ubuntu-latest
1717
env:
18-
GH_TOKEN: ${{ github.token }}
18+
GH_TOKEN: ${{ secrets.EMSCRIPTEN_BOT_TOKEN }}
1919
steps:
2020
- name: Checkout repo
2121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)