custom-${name_name}:
needs:
- plan
uses: ./.github/workflows/${name_name}.yml
with:
plan: ${{ needs.plan.outputs.val }}
secrets: inherit
# Determines if we should publish/announce
host:
needs:
- plan
- build-global-artifacts
- custom-${name_name}
Current behaviour:
secrets: inherit #
# Determines if we should publish/announce
host:
Expected behaviour:
secrets: inherit
# Determines if we should publish/announce
host:
Current behaviour:
Expected behaviour: