Skip to content

Commit

Permalink
Update env variable name for automated test sender (#1490)
Browse files Browse the repository at this point in the history
* Update env variable name and key for automated test sender

* Updated env variable name

* Added pull_request trigger for testing

* Removed pull_request trigger
  • Loading branch information
basiliskus authored Oct 25, 2024
1 parent 8cc3e9c commit c09162e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-staging-test-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Write private key to file
run: |
echo "${{ secrets.AUTOMATED_STAGING_RS_INTEGRATION_PRIVATE_KEY }}" > /tmp/staging_private_key.pem
echo "${{ secrets.SIMULATED_SENDER_STAGING_PRIVATE_KEY }}" > /tmp/staging_private_key.pem
chmod 600 /tmp/staging_private_key.pem
- name: Send HL7 sample messages to staging RS
Expand Down

0 comments on commit c09162e

Please sign in to comment.