diff --git a/.github/workflows/pr-external.yaml b/.github/workflows/pr-external.yaml index 95446203..69d7e8a7 100644 --- a/.github/workflows/pr-external.yaml +++ b/.github/workflows/pr-external.yaml @@ -27,7 +27,7 @@ jobs: uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-unit-test-workflow.yml@main with: sha: ${{ github.event.pull_request.head.sha }} - ENVIRONMENT: "beta-sepolia" + ENVIRONMENT: "odyssey" secrets: WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }} TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }} diff --git a/.github/workflows/pr-internal.yml b/.github/workflows/pr-internal.yml index 3ce7a4ea..792ca0aa 100644 --- a/.github/workflows/pr-internal.yml +++ b/.github/workflows/pr-internal.yml @@ -20,7 +20,7 @@ jobs: uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-unit-test-workflow.yml@main with: sha: ${{ github.event.pull_request.head.sha }} - ENVIRONMENT: "beta-sepolia" + ENVIRONMENT: "odyssey" secrets: WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }} TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }} @@ -30,7 +30,7 @@ jobs: uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-integration-test-workflow.yml@main with: sha: ${{ github.sha }} - ENVIRONMENT: "beta-sepolia" + ENVIRONMENT: "odyssey" secrets: WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }} TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }} diff --git a/.github/workflows/publish-package.yaml b/.github/workflows/publish-package.yaml index 7cb92769..b424f62e 100644 --- a/.github/workflows/publish-package.yaml +++ b/.github/workflows/publish-package.yaml @@ -120,7 +120,7 @@ jobs: # and the event triggering the workflow is a push if: ${{ (needs.fail_if_version_is_same.outputs.is_publish_core_sdk == 'true' || needs.fail_if_version_is_same.outputs.is_publish_react_sdk == 'true') && github.event_name == 'push' }} runs-on: ubuntu-latest - environment: "beta-sepolia" + environment: "odyssey" env: WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }} TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}