Latest liblab updates #73
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: Latest liblab updates | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 11 * * *' # 11am UTC corresponds to 5am CST | |
jobs: | |
generate-sdks-and-publish-prs: | |
name: Generate SDKs and publish PRs | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Generate SDKs and publish PRs | |
uses: liblaber/sdk-updates@v1.0.0 | |
with: | |
liblab_token: ${{ secrets.LIBLAB_TOKEN }} | |
liblab_github_token: ${{ secrets.LIBLAB_GITHUB_TOKEN }} | |