Skip to content

Try to inherit secrets #22

Try to inherit secrets

Try to inherit secrets #22

Workflow file for this run

name: Test Build
on:
pull_request:
types:
- opened
- reopened
- closed
branches:
- main
paths:
- '.github/publish_build.hurl'
- '.github/workflows/builder.yml'
- '.github/workflows/build-tester.yml'
jobs:
image-build:
strategy:
matrix:
architectures:
- amd64
uses: ./.github/workflows/builder.yml
with:
config_path: templates/debian-test.yml
app_name: dummy_app
app_version: '0.0.0'
project_source: https://github.com/soubinan/homelab-lxc
distribution: debian
release: bookworm
architecture: ${{matrix.architectures}}
branch_name: dev
is_merged: false
secrets: inherit