Skip to content

Merge pull request #1594 from openmeterio/dependabot/go_modules/githu… #553

Merge pull request #1594 from openmeterio/dependabot/go_modules/githu…

Merge pull request #1594 from openmeterio/dependabot/go_modules/githu… #553

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Build
uses: dagger/dagger-for-github@fc945fa66fc7bfa72bc80f85b1a1ef4bd1d30cbb # v6.11.0
with:
verb: call
args: snapshot --stainless-token env:STAINLESS_TOKEN
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.13.1"
env:
STAINLESS_TOKEN: ${{ secrets.STAINLESS_TOKEN }}