Skip to content

Commit

Permalink
chore: upgrade to latest action
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanSpeakEasy committed Feb 19, 2023
1 parent 7ec7dc8 commit 9226bfa
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/generation.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
name: Generate

on:
workflow_dispatch: {}
workflow_dispatch:
inputs:
force:
description: "Force the generation of the SDKs"
type: boolean
default: false
schedule:
- cron: 0 0 * * *

jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v9
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v10
with:
speakeasy_version: latest
openapi_doc_location: https://docs.speakeasyapi.dev/openapi.yaml
languages: |-
- php
publish_php: true
force: ${{ github.event.inputs.force }}
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
packagist_username: ${{ secrets.PACKAGIST_USERNAME }}
Expand Down

0 comments on commit 9226bfa

Please sign in to comment.