Skip to content

fix update analyzeCommits in package.json #20

fix update analyzeCommits in package.json

fix update analyzeCommits in package.json #20

Workflow file for this run

name: Build and Release
on:
push:
branches:
- master
- develop
jobs:
build-and-release:
uses: ixofoundation/ixo-github-actions/.github/workflows/node-ci-build.yml@main
with:
commit_sha: ${{ github.sha }}
secrets: inherit
deploy-main:
name: 'Main deployment'
if: github.ref == 'refs/heads/develop' #testing
environment: main
needs: build-and-release
uses: ixofoundation/ixo-github-actions/.github/workflows/node-ci-deploy.yml@main

Check failure on line 19 in .github/workflows/node-ci-build.yml

View workflow run for this annotation

GitHub Actions / Build and Release

Invalid workflow file

The workflow is not valid. .github/workflows/node-ci-build.yml (Line: 19, Col: 5): Unexpected value 'uses' .github/workflows/node-ci-build.yml (Line: 20, Col: 5): Unexpected value 'secrets'
secrets: inherit