Skip to content

blick learn

blick learn #44

Workflow file for this run

name: blick learn
on:
schedule:
- cron: "0 7 * * *"
workflow_dispatch:
permissions:
contents: write
pull-requests: write
concurrency:
group: blick-learn
cancel-in-progress: false
env:
MISE_VERSION: "2026.4.18"
MISE_GITHUB_ATTESTATIONS: 0
jobs:
learn:
name: Learn
runs-on: ubuntu-24.04
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: ${{ env.MISE_VERSION }}
- name: Install blick and opencode
run: |
mise use -g github:tuist/blick
mise use -g opencode
- name: Run blick learn
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FIREWORKS_API_KEY: ${{ secrets.FIREWORKS_API_KEY }}
run: blick learn