update
This commit is contained in:
parent
96b336f853
commit
4dafa41636
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user