Skip to content

Commit

Permalink
Add codegen workflow (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Warehime committed May 27, 2022
1 parent 1b0837c commit d5868f1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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/
with:
args: "-k JS"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d5868f1

Please sign in to comment.