Skip to content

feat(CV-0-1): wip, cleanup before launch #161

feat(CV-0-1): wip, cleanup before launch

feat(CV-0-1): wip, cleanup before launch #161

Workflow file for this run

name: Development Push
on:
push:
branches:
- dev
jobs:
lint:
uses: cosmicmind/github-actions/.github/workflows/lint.yml@release
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
codeql:

Check failure on line 13 in .github/workflows/dev-push.yml

View workflow run for this annotation

GitHub Actions / Development Push

Invalid workflow file

The workflow is not valid. .github/workflows/dev-push.yml (Line: 13, Col: 3): Error calling workflow 'cosmicmind/github-actions/.github/workflows/codeql.yml@release'. The nested job 'analyze' is requesting 'actions: read, security-events: write', but is only allowed 'actions: none, security-events: none'.
uses: cosmicmind/github-actions/.github/workflows/codeql.yml@release
build:
uses: cosmicmind/github-actions/.github/workflows/lib-build.yml@release
with:
BUILD_TARGET: dev
NODE_ENV: development
VITE_MODE: test
test:
uses: cosmicmind/github-actions/.github/workflows/lib-build.yml@release
with:
BUILD_TARGET: test
NODE_ENV: development
VITE_MODE: test