Add FLASHBOTS_AUTH_HEADER env var to rbuilder config #16
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: release-playground | |
| on: | |
| push: | |
| tags: | |
| - buildernet-v* | |
| workflow_dispatch: {} | |
| jobs: | |
| build: | |
| name: build playground image | |
| uses: ./.github/workflows/_release-buildernet-image.yml | |
| with: | |
| mkosi-profile: "devtools,playground" | |
| r2-path-prefix: "buildernet-playground-images" | |
| checksum-globs: "buildernet-*.qcow2" | |
| r2-include: "buildernet-*.{qcow2,minisig,sha256}" | |
| cache-name: "cache-playground" | |
| secrets: inherit |