Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workflow to send HL7 messages to RS staging (#1274)
* Added inital workflow to send hl7 files to staging * Added option for manual testing * Added trigger to test * Fixed installation * Fixed path * Fixed hurl command call and added test sample files * Testing workflow * Testing workflow * Added env variable * Seems like the jwt cli has a limitation that requires the private key to be read from a file * Added required pem extension * Fixed path to hurl script * Changed sender name for testing * Testing getting token from RS * Fixed variable name * Added request to waters api * Cleaned up and reverted to correct sender name * Remved temp files and updated file path * Clean up * Removed pr trigger * Changed to use Azure storage blob instead of repository to store files * Added back pr trigger for testing purposes * Added required permissions * Changed source for az command and formatted * Changed back to use repository-stored files instead of Azure container * Renamed workflow * Testing uploading to azure storage container * Testing uploading to azure storage container (cont.) * Testing uploading to azure storage container (cont.) * Reverted steps used for testing * Removed pull_request trigger used for testing * Added test order based on AL sample file * Added pull_request trigger for testing * Small change to trigger gh action * Changed public/private keypair for RS sender * Removed pull_request trigger used for testing * Changed schedule to run from Tuesday to Saturday, after changes in the repositories are expected to happen * Added ORU sample file
- Loading branch information