Skip to content

fix: gha workflows

fix: gha workflows #4

Workflow file for this run

---
name: fedora-toolbox
on:
schedule:
- cron: 30 08 * * 1,3,5 # 01:30 PST mon,wed,fri
push:
branches:
- main
paths:
- toolbox/**.go
- .github/workflows/toolbox.yaml
- .github/workflows/reusable-toolbox.yaml
# yamllint disable-line rule:empty-values
pull_request:
# yamllint disable-line rule:empty-values
workflow_dispatch:
jobs:
fedora_toolbox:
name: fedora-toolbox
uses: ./.github/workflows/reusable-toolbox.yaml
secrets: inherit
permissions:
contents: read
packages: write
id-token: write
with:
module: toolbox/fedora
image_name: fedora-toolbox
version: 40