We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326ef73 commit 44cf163Copy full SHA for 44cf163
steps/credential-retrieval/action.yml
@@ -59,7 +59,7 @@ runs:
59
OP_SERVICE_ACCOUNT_TOKEN: "${{ inputs.op-token }}"
60
shell: bash
61
run: |
62
- echo "Retrieving a list of all credential names in the vault ${{ inputs.op-vault }}
+ echo "Retrieving a list of all credential names in the vault ${{ inputs.op-vault }}"
63
op item list --vault ${{ inputs.op-vault }} --categories 'API Credential' --format json > op_list.json
64
65
- name: "Download All Vault Secrets and Set Them as envvars"
0 commit comments