Skip to content

refactor(task): rename cluster-related tasks to context and update do… #192

refactor(task): rename cluster-related tasks to context and update do…

refactor(task): rename cluster-related tasks to context and update do… #192

Workflow file for this run

on:
push:
branches:
- "main"
jobs:
package:
name: Package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run task package-repo
run: ./task package-repo
- name: Run task commit
run: ./task commit
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_MINTBOT }}