Skip to content

Commit

Permalink
In-292 / IN-294 Avoid shell expansion when writing encrypted JWT file
Browse files Browse the repository at this point in the history
  • Loading branch information
fransf-wtax committed Jul 3, 2023
1 parent 4a461b2 commit 42819f2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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 @@ -121,7 +121,7 @@ on:
required: true
jobs:
deploy:
uses: wtaxco/wtax-github-actions-workflows/.github/workflows/[email protected].0
uses: wtaxco/wtax-github-actions-workflows/.github/workflows/[email protected].1
with:
instance-url: ${{ inputs.instance-url }}
client-id: ${{ inputs.client-id }}
Expand Down
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 @@ -122,7 +122,7 @@ on:
required: true
jobs:
deploy:
uses: wtaxco/wtax-github-actions-workflows/.github/workflows/[email protected].0
uses: wtaxco/wtax-github-actions-workflows/.github/workflows/[email protected].1
with:
instance-url: ${{ inputs.instance-url }}
client-id: ${{ inputs.client-id }}
Expand Down
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 @@ -122,7 +122,7 @@ on:
required: true
jobs:
deploy:
uses: wtaxco/wtax-github-actions-workflows/.github/workflows/[email protected].0
uses: wtaxco/wtax-github-actions-workflows/.github/workflows/[email protected].1
with:
instance-url: ${{ inputs.instance-url }}
client-id: ${{ inputs.client-id }}
Expand Down
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 @@ -117,7 +117,7 @@ on:
required: true
jobs:
deploy:
uses: wtaxco/wtax-github-actions-workflows/.github/workflows/[email protected].0
uses: wtaxco/wtax-github-actions-workflows/.github/workflows/[email protected].1
with:
instance-url: ${{ inputs.instance-url }}
client-id: ${{ inputs.client-id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sfdx-project-to-uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ on:
required: true
jobs:
deploy:
uses: wtaxco/wtax-github-actions-workflows/.github/workflows/[email protected].0
uses: wtaxco/wtax-github-actions-workflows/.github/workflows/[email protected].1
with:
instance-url: ${{ inputs.instance-url }}
client-id: ${{ inputs.client-id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sfdx-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
path: target

- name: write encrypted JWT key to file
run: echo "${{ inputs.jwt-key-encrypted }}" >.jwt-key
run: echo '${{ inputs.jwt-key-encrypted }}' >.jwt-key

- name: write Ansible Vault password to file
run: echo "${{ secrets.ansible-vault-password }}" >.vault-password
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ This workflow has one jobs:
```yaml
jobs:
build:
uses: wtaxco/wtax-github-actions-workflows/.github/workflows/[email protected].0
uses: wtaxco/wtax-github-actions-workflows/.github/workflows/[email protected].1
with:
instance-url: https://login.salesforce.com
client-id: 3H7cm0QedwevwtVKpSJ4PXeI7kvPanBgB3qK0sBU06E5MSMka3xqeg9JETRkx8Z8PQxuZkUvlMJH10MQ8A9uw
Expand Down

0 comments on commit 42819f2

Please sign in to comment.