Skip to content

Commit

Permalink
WIP: sync input names and env names
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed Apr 1, 2024
1 parent 6cd32d3 commit 71cb165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
env:
PYTHONPATH: ${{ github.action_path }}
JWT_AUDIENCE: ${{ inputs.jwt_audience }}
OIDC_BACKEND: ${{ inputs.oidc_backend_path }}
OIDC_BACKEND_PATH: ${{ inputs.oidc_backend_path }}
OIDC_ROLE: ${{ inputs.oidc_role }}
VAULT_SERVER: ${{ inputs.vault_server }}

Expand All @@ -56,7 +56,7 @@ runs:
generate_and_sign()
env:
PYTHONPATH: ${{ github.action_path }}
SSH_BACKEND: ${{ inputs.ssh_backend_path }}
SSH_BACKEND_PATH: ${{ inputs.ssh_backend_path }}
SSH_ROLE: ${{ inputs.ssh_role }}
VAULT_SERVER: ${{ inputs.vault_server }}
VAULT_TOKEN: ${{ steps.vault_auth.outputs.vault_token }}
Expand Down

0 comments on commit 71cb165

Please sign in to comment.