From c09162ed1228a9d959ca4497b21473067d83f06d Mon Sep 17 00:00:00 2001 From: Basilio Bogado <541149+basiliskus@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:23:17 -0700 Subject: [PATCH] Update env variable name for automated test sender (#1490) * Update env variable name and key for automated test sender * Updated env variable name * Added pull_request trigger for testing * Removed pull_request trigger --- .github/workflows/automated-staging-test-submit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automated-staging-test-submit.yml b/.github/workflows/automated-staging-test-submit.yml index 20f367c39..412bcd66d 100644 --- a/.github/workflows/automated-staging-test-submit.yml +++ b/.github/workflows/automated-staging-test-submit.yml @@ -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