diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 1117e1b..fb58f51 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -119,6 +119,11 @@ jobs: [ -z "$tag" ] && exit 0 git ls-remote --exit-code origin "refs/tags/$tag" >/dev/null 2>&1 || git push origin "$tag" + - name: Trigger website Deploy + env: + GH_TOKEN: ${{ secrets.BOT_TOKEN }} + run: gh workflow run deploy.yml -R go-srvc/website + ci: needs: - discover