Skip to content

Instantly share code, notes, and snippets.

@VVispy
VVispy / guides.md
Last active October 4, 2025 17:29
my guides
@VVispy
VVispy / renew.yml
Last active November 22, 2024 18:26
renew dev mode script
on:
workflow_dispatch:
schedule:
- cron: "15 23 * * *"
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: Make API Request