Merge pull request #919 from openmeterio/openapi/python-sdk-b02e623 #9
This file contains 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: Snapshot | |
on: | |
push: | |
branches: [main] | |
permissions: | |
contents: read | |
jobs: | |
build: | |
name: Build | |
runs-on: ubuntu-latest | |
steps: | |
- name: Build | |
uses: dagger/dagger-for-github@96374d4565476519ead3e2881953c8a5a5ea3f55 # v5.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.11.4" | |
env: | |
STAINLESS_TOKEN: ${{ secrets.STAINLESS_TOKEN }} |