Skip to content

Commit

Permalink
Merge pull request #54 from FlowFuse/fix-dispatch-nr-container-onlt
Browse files Browse the repository at this point in the history
FIX: Remove node-red container rebuild dispatcher
  • Loading branch information
knolleary authored Oct 25, 2023
2 parents cf14a3d + 6ab2c81 commit 824f194
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,6 @@ jobs:
secrets:
npm_registry_token: ${{ secrets.NPM_PUBLISH_TOKEN }}

dispatch:
name: Dispatch node-red container build
needs: publish
runs-on: ubuntu-latest
steps:
- name: Generate a token
id: generate_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_APP_KEY }}
- name: Trigger node-red container build
uses: benc-uk/workflow-dispatch@v1
with:
workflow: nodered-container.yml
repo: flowfuse/helm
ref: main
token: ${{ steps.generate_token.outputs.token }}
inputs: '{"nr_project_nodes_ref": "${{ github.ref }}", "nr_project_nodes_release_name": "${{ needs.publish.outputs.release_name }}"}'

dispatch_nr_launcher:
name: Dispatch nr-launcher package build
needs: publish
Expand Down

0 comments on commit 824f194

Please sign in to comment.