fix perms
This commit is contained in:
5
.github/workflows/generate.yml
vendored
5
.github/workflows/generate.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user