fix prefix
This commit is contained in:
4
.github/workflows/deploy.yaml
vendored
4
.github/workflows/deploy.yaml
vendored
@@ -45,8 +45,8 @@ jobs:
|
||||
roleId: ${{ secrets.VAULT_ROLE_ID }}
|
||||
secretId: ${{ secrets.VAULT_SECRET_ID }}
|
||||
secrets: |
|
||||
hub/data/tach/${{ inputs.environment }}/base * | PFX_;
|
||||
hub/data/tach/${{ inputs.environment }}/${{github.event.repository.name}} * | PFX_;
|
||||
hub/data/tach/${{ inputs.environment }}/base *;
|
||||
hub/data/tach/${{ inputs.environment }}/${{github.event.repository.name}} *;
|
||||
- name: Save envs
|
||||
run: |
|
||||
echo '${{ toJson(steps.vault.outputs) }}' > output.json
|
||||
|
||||
Reference in New Issue
Block a user