Skip to content

ci(github): Add secret inheritance to workflows #13

ci(github): Add secret inheritance to workflows

ci(github): Add secret inheritance to workflows #13

Workflow file for this run

on:
workflow_dispatch:
push:
paths:
- "bloom/**"
- ".github/workflows/bloom.yml"
- ".github/workflows/build.yml"
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
with:
image-name: bloom
folder: bloom
build-args: ""