fix perms

This commit is contained in:
2025-11-24 01:15:42 -06:00
parent 6c9022ac52
commit 97b8ae0acb

View File

@@ -1,9 +1,9 @@
name: Generate CRDs
on:
workflow_dispatch: # manual trigger
workflow_dispatch:
schedule:
- cron: "0 3 * * 1" # run weekly
- cron: "0 3 * * 1"
push:
branches: [ main ]
@@ -23,7 +23,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- name: Install TypeScript