We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a472e72 commit 6ea172dCopy full SHA for 6ea172d
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
env:
17
- TOKEN: "${{ github.event_name == 'push' && endsWith(github.ref, 'develop') && matrix.node_version == 16 && secrets.RWT_BOT_PAT || github.token }}"
+ TOKEN: "${{ github.event_name == 'push' && endsWith(github.ref, 'develop') && matrix.node_version == 20 && secrets.RWT_BOT_PAT || github.token }}"
18
with:
19
token: ${{ env.TOKEN }}
20
- uses: actions/setup-node@v4
0 commit comments