From c7754679f324efd4cf87e357db8cb19f3f0be0b5 Mon Sep 17 00:00:00 2001 From: Levi Blackstone Date: Wed, 18 Oct 2023 13:24:33 -0600 Subject: [PATCH] [gha] Fix workflow dispatch (#126) --- .github/workflows/publish-release.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index b4e510a3..7f4d9235 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -66,3 +66,18 @@ jobs: job: - name: Dispatch docs workflow run-command: pulumictl create cli-docs-build "${ESC_VERSION}" --event-type "esc-cli" + steps: + - name: Checkout Repo + uses: actions/checkout@v3 + with: + ref: ${ESC_VERSION} + - name: Install Pulumictl + uses: jaxxstorm/action-install-gh-release@v1.7.1 + env: + GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }} + with: + repo: pulumi/pulumictl + tag: v0.0.45 + cache: enable + - name: Repository Dispatch + run: ${{ matrix.job.run-command }}