Skip to content

Commit

Permalink
Merge pull request #18 from scoremedia/NO-TICKET-fix-vault-secrets-ac…
Browse files Browse the repository at this point in the history
…tion-to-use-input-service

[NO-TICKET] - Vault Secrets Action - fix to reference the provided service
  • Loading branch information
dkp-thescore authored Jun 5, 2024
2 parents 75fe70b + 94817a2 commit 79a22cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-vault-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79a22cb

Please sign in to comment.