diff --git a/.github/workflows/res-update-game.yml b/.github/workflows/res-update-game.yml index 48c9c72851..43e479021c 100644 --- a/.github/workflows/res-update-game.yml +++ b/.github/workflows/res-update-game.yml @@ -47,4 +47,10 @@ jobs: uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} - force: false + + - name: Trigger secondary workflows # ref: https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow + run: | + gh workflow run --repo $GITHUB_REPOSITORY test + gh workflow run --repo $GITHUB_REPOSITORY release-nightly-ota + env: + GH_TOKEN: ${{ github.token }}