Skip to content

feat(forge): Devx CLI command WIP Feature Branch #351

feat(forge): Devx CLI command WIP Feature Branch

feat(forge): Devx CLI command WIP Feature Branch #351

Workflow file for this run

name: Dogfood
on:
push:
branches: [master]
tags: ['**']
pull_request:
permissions:
id-token: write
contents: write
packages: write
jobs:
ci:
uses: ./.github/workflows/ci.yml
with:
forge_version: local
secrets:
earthly_token: ${{ secrets.EARTHLY_TOKEN }}