diff --git a/.github/workflows/cherryPick.yml b/.github/workflows/cherryPick.yml index 8eaef2c1c80b..02282fbec875 100644 --- a/.github/workflows/cherryPick.yml +++ b/.github/workflows/cherryPick.yml @@ -179,3 +179,11 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }} PULL_REQUEST: ${{ steps.createPullRequest.outputs.pr_number }} + + # Note: we only run this action if the PR was manually CP'd. Otherwise, the deploy checklist is updated from preDeploy.yml + - name: Update StagingDeployCash + if: ${{ github.actor != 'OSBotify' }} + uses: Expensify/App/.github/actions/createOrUpdateStagingDeploy@main + with: + GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }} + NPM_VERSION: ${{ env.NEW_VERSION }}