Skip to content

Merge pull request #1441 from openmeterio/refactor/allow-recalculator… #425

Merge pull request #1441 from openmeterio/refactor/allow-recalculator…

Merge pull request #1441 from openmeterio/refactor/allow-recalculator… #425

Workflow file for this run

name: Snapshot
on:
push:
branches: [main]
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
# Required as a workaround for Dagger to properly detect Git metadata
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Build
uses: dagger/dagger-for-github@145f04c8b5d7a638e3f0fd68fa6329bb2eebc385 # v6.5.0
with:
verb: call
module: github.com/${{ github.repository }}@${{ github.ref }}
args: --ref ${{ github.ref }} snapshot --stainless-token env:STAINLESS_TOKEN
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.12.0"
env:
STAINLESS_TOKEN: ${{ secrets.STAINLESS_TOKEN }}