Skip to content

Commit

Permalink
In-292 / IN-294 Correctly passing jwt-key-encrypted to generic deploy…
Browse files Browse the repository at this point in the history
… workflow for all org-specific deploy workflows
  • Loading branch information
fransf-wtax committed Jul 3, 2023
1 parent c88f54f commit 4a461b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sfdx-project-to-developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
instance-url: ${{ inputs.instance-url }}
client-id: ${{ inputs.client-id }}
username: ${{ inputs.username }}
jwt-key-file: ${{ inputs.jwt-key-file }}
jwt-key-encrypted: ${{ inputs.jwt-key-encrypted }}
run-tests: ${{ inputs.run-tests }}
secrets:
ansible-vault-password: ${{ secrets.ansible-vault-password }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sfdx-project-to-portaldev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
instance-url: ${{ inputs.instance-url }}
client-id: ${{ inputs.client-id }}
username: ${{ inputs.username }}
jwt-key-file: ${{ inputs.jwt-key-file }}
jwt-key-encrypted: ${{ inputs.jwt-key-encrypted }}
run-tests: ${{ inputs.run-tests }}
secrets:
ansible-vault-password: ${{ secrets.ansible-vault-password }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sfdx-project-to-portalqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
instance-url: ${{ inputs.instance-url }}
client-id: ${{ inputs.client-id }}
username: ${{ inputs.username }}
jwt-key-file: ${{ inputs.jwt-key-file }}
jwt-key-encrypted: ${{ inputs.jwt-key-encrypted }}
run-tests: ${{ inputs.run-tests }}
secrets:
ansible-vault-password: ${{ secrets.ansible-vault-password }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sfdx-project-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
instance-url: ${{ inputs.instance-url }}
client-id: ${{ inputs.client-id }}
username: ${{ inputs.username }}
jwt-key-file: ${{ inputs.jwt-key-file }}
jwt-key-encrypted: ${{ inputs.jwt-key-encrypted }}
run-tests: true
secrets:
ansible-vault-password: ${{ secrets.ansible-vault-password }}

0 comments on commit 4a461b2

Please sign in to comment.