diff --git a/.github/workflows/verify-vault-secrets.yaml b/.github/workflows/verify-vault-secrets.yaml index 1d0ef8c..f4281e7 100644 --- a/.github/workflows/verify-vault-secrets.yaml +++ b/.github/workflows/verify-vault-secrets.yaml @@ -48,10 +48,10 @@ jobs: method: jwt path: github-actions url: ${{ matrix.env == 'production' && 'https://vault.prod.thescore.is' || 'https://vault.non-prod.thescore.is' }} - role: identity + role: ${{ inputs.service }} exportToken: true secrets: | - scorebet/subkeys/identity/${{ matrix.env }}/${{ matrix.edge }}/${{ matrix.suffix }} subkeys ; + scorebet/subkeys/${{ inputs.service }}/${{ matrix.env }}/${{ matrix.edge }}/${{ matrix.suffix }} subkeys ; - name: Set Output id: vault-keys-output shell: bash