Skip to content

Merge pull request #30 from FGRCL/refactor-workflows #2

Merge pull request #30 from FGRCL/refactor-workflows

Merge pull request #30 from FGRCL/refactor-workflows #2

name: Release on Staging
on:
push:
branches:
- main
jobs:
code-quality:
name: Check code quality
uses: ./.github/workflows/codeql.yaml
test:
name: Run tests
uses: ./.github/workflows/test.yaml
publish:

Check failure on line 15 in .github/workflows/release-staging.yaml

View workflow run for this annotation

GitHub Actions / Release on Staging

Invalid workflow file

The workflow is not valid. .github/workflows/release-staging.yaml (Line: 15, Col: 3): Error calling workflow 'FGRCL/tf-data-compose/.github/workflows/publish-test.yaml@775d5ec4f13e385410b9a888644a96d59ecf5ed1'. The nested job 'publish-package' is requesting 'id-token: write', but is only allowed 'id-token: none'. .github/workflows/release-staging.yaml (Line: 15, Col: 3): Error calling workflow 'FGRCL/tf-data-compose/.github/workflows/publish-test.yaml@775d5ec4f13e385410b9a888644a96d59ecf5ed1'. The nested job 'publish-docs' is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'.
name: Publish staging release
uses: ./.github/workflows/publish-test.yaml
needs: [code-quality, test]