File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : mise up
2+ on :
3+ schedule :
4+ - cron : " 0 0 * * 1" # every week
5+ workflow_dispatch :
6+ jobs :
7+ create-token :
8+ runs-on : ubuntu-latest
9+ outputs :
10+ token : ${{ steps.app-token.outputs.token }}
11+ steps :
12+ - uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
13+ id : app-token
14+ with :
15+ app-id : ${{ vars.GH_APP_ID }}
16+ private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
17+ mise-up :
18+ needs : create-token
19+ uses : mono0x/workflows/.github/workflows/mise-up.yml@e0b675c2f6b5c10346424a41948f667e45692cc1 # main
20+ secrets :
21+ token : ${{ needs.create-token.outputs.token }}
22+ with :
23+ tools : " npm:pnpm npm:wrangler"
24+ mise-version : " 2025.11.8"
Original file line number Diff line number Diff line change 11[tools ]
22deno = " 2.5"
33
4- "github:goss-org/goss" = " latest "
4+ "github:goss-org/goss" = " 0.4.9 "
You can’t perform that action at this time.
0 commit comments