diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ba5f880e07be..ac1ea495d3df 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -50,6 +50,8 @@ env: SCCACHE_GCS_RW_MODE: READ_WRITE SCCACHE_IDLE_TIMEOUT: 0 # prevent sccache server from shutting down after long idle. STARBOARD_TOOLCHAINS_DIR: /root/starboard-toolchains + # TODO(b/255654807) Workaround for https://github.com/actions/checkout/issues/1590 + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true concurrency: group: '${{ github.workflow }}-${{ github.event_name }}-${{ github.event.action }}-${{ inputs.platform }} @ ${{ github.event.pull_request.number || github.sha }}'