Skip to content

Commit

Permalink
Merge pull request #113 from FlowFuse/fix-reusable-workflow-path
Browse files Browse the repository at this point in the history
Change repo references in workflows after github org rename
  • Loading branch information
knolleary authored Sep 28, 2023
2 parents 9b7fde9 + f7f51d2 commit 26817bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/project-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:
- opened
jobs:
add_to_product_board:
uses: flowforge/.github/.github/workflows/project-automation.yml@main
uses: flowfuse/.github/.github/workflows/project-automation.yml@main
secrets:
token: ${{ secrets.PROJECT_ACCESS_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:

jobs:
build:
uses: 'flowforge/github-actions-workflows/.github/workflows/build_node_package.yml@e3e734b910af78371b2c9a1c6856446d17421f50'
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@e3e734b910af78371b2c9a1c6856446d17421f50'

publish:
needs: build
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: 'flowforge/github-actions-workflows/.github/workflows/publish_node_package.yml@5e57b30ac6ed8478406b3b3f2780241d2f4dcd8f'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@5e57b30ac6ed8478406b3b3f2780241d2f4dcd8f'
with:
package_name: flowforge-driver-k8s
publish_package: true
Expand All @@ -36,7 +36,7 @@ jobs:
uses: benc-uk/workflow-dispatch@v1
with:
workflow: flowforge-container.yml
repo: flowforge/helm
repo: flowfuse/helm
ref: main
token: ${{ steps.generate_token.outputs.token }}

0 comments on commit 26817bf

Please sign in to comment.