Skip to content

feat: adds GIT_HASH_OR_TAG runtime value #568

feat: adds GIT_HASH_OR_TAG runtime value

feat: adds GIT_HASH_OR_TAG runtime value #568

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
verbosity: debug
secrets:
earthly_token: ${{ secrets.EARTHLY_TOKEN }}