Skip to content

Update package.json #1

Update package.json

Update package.json #1

name: Test feature branch
on:
push:
branches-ignore:
- "main"
jobs:
quality:

Check failure on line 8 in .github/workflows/test-feature-branch.yml

View workflow run for this annotation

GitHub Actions / Test feature branch

Invalid workflow file

The workflow is not valid. .github/workflows/test-feature-branch.yml (Line: 8, Col: 3): Error calling workflow 'telicent-oss/shared-workflows/.github/workflows/javascript-test-feature-branch.yml@main'. The nested job 'quality' is requesting 'packages: write, id-token: write', but is only allowed 'packages: read, id-token: none'.
name: Run unit tests
uses: telicent-oss/shared-workflows/.github/workflows/javascript-test-feature-branch.yml@main
secrets: inherit