Gen3 Monthly Release 2026.02 healprod/externaldata.healdata.org 1770927812 #3029
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Integration Tests | |
| on: pull_request | |
| permissions: | |
| id-token: write | |
| contents: read | |
| pull-requests: write | |
| issues: write | |
| jobs: | |
| integration_tests: | |
| name: Integration tests | |
| uses: uc-cdis/.github/.github/workflows/integration_tests.yaml@master | |
| secrets: | |
| CI_TEST_ORCID_USERID: ${{ secrets.CI_TEST_ORCID_USERID }} | |
| CI_TEST_ORCID_PASSWORD: ${{ secrets.CI_TEST_ORCID_PASSWORD }} | |
| CI_TEST_RAS_EMAIL: ${{ secrets.CI_TEST_RAS_EMAIL }} | |
| CI_TEST_RAS_PASSWORD: ${{ secrets.CI_TEST_RAS_PASSWORD }} | |
| CI_TEST_RAS_2_EMAIL: ${{ secrets.CI_TEST_RAS_2_EMAIL }} | |
| CI_TEST_RAS_2_PASSWORD: ${{ secrets.CI_TEST_RAS_2_PASSWORD }} | |
| CI_SLACK_BOT_TOKEN: ${{ secrets.CI_SLACK_BOT_TOKEN }} | |
| CI_SLACK_CHANNEL_ID: ${{ secrets.CI_SLACK_CHANNEL_ID }} | |
| EKS_CLUSTER_NAME: ${{ secrets.EKS_CLUSTER_NAME }} |