Skip to content

Commit

Permalink
[gha] Fix workflow dispatch (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone authored Oct 18, 2023
1 parent 29c15a0 commit c775467
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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 }}

0 comments on commit c775467

Please sign in to comment.