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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user