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