Skip to content

tend-nightly

tend-nightly #13

Workflow file for this run

# Generated by tend. Regenerate with: uvx tend init
name: tend-nightly
on:
schedule:
- cron: '17 6 * * *'
workflow_dispatch:
jobs:
nightly:
runs-on: ubuntu-24.04
timeout-minutes: 60
permissions:
contents: write
pull-requests: write
id-token: write
actions: read
issues: write
steps:
- uses: actions/checkout@v6
with:
ref: main
fetch-depth: 0
fetch-tags: true
token: ${{ secrets.PRQL_BOT_GITHUB_TOKEN }}
- uses: ./.github/actions/tend-setup
- uses: max-sixty/tend@v1
with:
github_token: ${{ secrets.PRQL_BOT_GITHUB_TOKEN }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
bot_name: prql-bot
prompt: |
/tend:tend-nightly