Skip to content

SDK Code Generation #756

SDK Code Generation

SDK Code Generation #756

Workflow file for this run

name: "SDK Code Generation"
on:
schedule:
- cron: '20 23 * * *'
permissions:
contents: write
pull-requests: write
jobs:
generate_and_pr:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Generate and PR
uses: algorand/generator/.github/actions/sdk-codegen/@master
with:
args: "-k JS"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}