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"]'