From 6999f104b6212a7345c233559a1164a150fddff8 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Mon, 14 Oct 2024 11:22:39 +0200 Subject: [PATCH] (actions) fix token selection (#163) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3748cd8..4f5e242 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 env: - TOKEN: "${{ github.event_name == 'push' && endsWith(github.ref, 'develop') && matrix.node_version == 18 && 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 }}" with: token: ${{ env.TOKEN }} - uses: actions/setup-node@v4