Skip to content

Commit

Permalink
Onboard automations (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: plengauer <[email protected]>
  • Loading branch information
actions-bot-pl and plengauer authored Nov 26, 2024
1 parent 0082b99 commit 580f8fa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/autoversion.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Autoversion

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1' # TODO adjust schedule

jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: plengauer/[email protected]
with:
github_token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
openai_token: ${{ secrets.OPENAI_TOKEN }} # TODO remove if no token is available

0 comments on commit 580f8fa

Please sign in to comment.