From a15db438a17b2b4a31a0f9bd5918513ec41a89c9 Mon Sep 17 00:00:00 2001 From: Johnny Hausman Date: Fri, 16 Jan 2026 15:12:18 -0600 Subject: [PATCH] [wip] change how we pass in the GS_DEV_APP_ID --- .github/workflows/pr-merge-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-merge-release.yml b/.github/workflows/pr-merge-release.yml index 86a276e..00ea293 100644 --- a/.github/workflows/pr-merge-release.yml +++ b/.github/workflows/pr-merge-release.yml @@ -18,13 +18,13 @@ jobs: if: ${{ needs.call-get-label.outputs.valid == 'true' }} uses: ./.github/workflows/e2e-test.yml with: - app_id: ${{ vars.GS_DEV_APP_ID }} + app_id: ${{ secrets.GS_DEV_APP_ID }} secrets: app_secret: ${{ secrets.GS_DEV_APP_PK }} call-bump-version: name: Version - # Only run if tests pass - needs: [ call-get-label, call-e2e-tests ] + # Only run if tests pass + needs: [call-get-label, call-e2e-tests] uses: CruGlobal/.github/.github/workflows/bump-version.yml@main with: ref: ${{ github.ref }} @@ -36,7 +36,7 @@ jobs: with: tag: v${{ needs.call-bump-version.outputs.new_version }} call-dispatch-web-update: - needs: [ call-bump-version, call-get-label ] + needs: [call-bump-version, call-get-label] uses: CruGlobal/.github/.github/workflows/dispatch-update.yml@main with: dispatch_repos: '["ab_service_web"]'