This commit is contained in:
Johan Rooijakkers 2025-02-26 17:32:31 +01:00
parent 96b336f853
commit 4dafa41636

View File

@ -54,8 +54,10 @@ runs:
BW_CLIENTID: ${{ inputs.client-id }} BW_CLIENTID: ${{ inputs.client-id }}
BW_CLIENTSECRET: ${{ inputs.client-secret }} BW_CLIENTSECRET: ${{ inputs.client-secret }}
- name: Install Dependencies - name: Setup Node.js
run: npm install uses: actions/setup-node@v4
with:
node-version: '20'
- name: Retrieve Requested Secrets - name: Retrieve Requested Secrets
shell: sh shell: sh