Skip to content

Commit

Permalink
Dispatch flowfuse build via gh cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Jul 11, 2024
1 parent acce05a commit 9abb0e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ jobs:
private_key: ${{ secrets.GH_BOT_APP_KEY }}

- name: Trigger flowfuse package build
run: |
gh workflow run --repo flowfuse/flowfuse --ref main publish.yml -f localfs_ref="${{ github.ref }}" -f localfs_release_name="${{ needs.publish.outputs.release_name }}"
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

- name: Trigger flowfuse package build
if: false
uses: benc-uk/workflow-dispatch@v1.2.3
with:
workflow: publish.yml
Expand Down

0 comments on commit 9abb0e0

Please sign in to comment.