Skip to content

Autoversion

Autoversion #10

Workflow file for this run

name: Autoversion
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: plengauer/[email protected]
with:
github_token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
openai_token: ${{ secrets.OPENAI_API_TOKEN }}