change to inputs

This commit is contained in:
Johan Rooijakkers 2025-02-26 15:29:54 +01:00
parent 483e6d4f79
commit 88dff5523d

View File

@ -34,10 +34,10 @@ runs:
shell: sh
run: |
bw login --apikey
echo "BW_SESSION=$(bw unlock '${{ secrets.WARDEN_PASSWORD }}' --raw)" >> $GITHUB_ENV
echo "BW_SESSION=$(bw unlock '${{ inputs.password }}' --raw)" >> $GITHUB_ENV
env:
BW_CLIENTID: ${{ secrets.WARDEN_CLIENT_ID }}
BW_CLIENTSECRET: ${{ secrets.WARDEN_CLIENT_SECRET }}
BW_CLIENTID: ${{ inputs.client-id }}
BW_CLIENTSECRET: ${{ inputs.client-secret }}
- name: Retrieve Requested Secrets
shell: sh