Skip to content

Commit 24eaa07

Browse files
committed
Prefer WDIO_BOT_GITHUB_TOKEN over GH_TOKEN_WDIO_BOT
1 parent 0e50ce0 commit 24eaa07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/expense.yml-

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
team: technical-steering-committee
4747
organisation: webdriverio
4848
env:
49-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_WDIO_BOT }}
49+
GITHUB_TOKEN: ${{ secrets.WDIO_BOT_GITHUB_TOKEN }}
5050
expense:
5151
permissions:
5252
contents: write

0 commit comments

Comments
 (0)