add secrets #1

Merged
jamie merged 30 commits from feature/add-secrets into main 2025-02-27 14:16:41 +00:00
Showing only changes of commit 4dafa41636 - Show all commits

View File

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