change to inputs

This commit is contained in:
Johan Rooijakkers 2025-02-26 22:34:01 +01:00
parent 4085a5045e
commit 041546eee5

View File

@ -34,7 +34,7 @@ runs:
shell: sh
run: |
bw login --apikey
export BW_SESSION=$(bw unlock '${{ secrets.WARDEN_PASSWORD }}' --raw)
export BW_SESSION=$(bw unlock '${{ inputs.WARDEN_PASSWORD }}' --raw)
echo "BW_SESSION=$BW_SESSION" >> $GITHUB_ENV
env:
BW_CLIENTID: "${{ inputs.client-id }}"