From 97b8ae0acbdd276cb6a400bcd76b89e784d5e3a1 Mon Sep 17 00:00:00 2001 From: GigiaJ Date: Mon, 24 Nov 2025 01:15:42 -0600 Subject: [PATCH] fix perms --- .github/workflows/generate.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index f5bd4d5..4694b76 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -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