Skip to content

Commit 6ea172d

Browse files
(actions) fix token selection (#697)
1 parent a472e72 commit 6ea172d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
env:
17-
TOKEN: "${{ github.event_name == 'push' && endsWith(github.ref, 'develop') && matrix.node_version == 16 && secrets.RWT_BOT_PAT || github.token }}"
17+
TOKEN: "${{ github.event_name == 'push' && endsWith(github.ref, 'develop') && matrix.node_version == 20 && secrets.RWT_BOT_PAT || github.token }}"
1818
with:
1919
token: ${{ env.TOKEN }}
2020
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)