Skip to content

Commit

Permalink
updated documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold authored Dec 2, 2023
1 parent a35efcc commit 85d1636
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# this workflow re-uses the workflow 'github_action_trigger_submodule_pull_main.yml' in the brightway-documentation repository
name: Create Workflow Dispatch (Trigger Submodule Pull), Re-Use Workflow
# This workflow re-uses the workflow 'trigger_submodule_update_main.yml'
# from the brightway-documentation repository.
name: Re-Use Workflow - Create Workflow Dispatch (Trigger Submodule Update)

on:
push:
Expand All @@ -10,5 +11,5 @@ on:
jobs:
re-use_workflow:
uses:
brightway-lca/brightway-documentation/.github/workflows/github_action_trigger_submodule_pull_main.yml@main
secrets: inherit # https://docs.github.com/en/actions/using-workflows/reusing-workflows#passing-secrets-to-nested-workflows
brightway-lca/brightway-documentation/.github/workflows/trigger_submodule_update_main.yml@main
secrets: inherit # https://docs.github.com/en/actions/using-workflows/reusing-workflows#passing-secrets-to-nested-workflows

0 comments on commit 85d1636

Please sign in to comment.