Skip to content

Pull Request

Pull Request #1

name: Pull Request
on:
workflow_dispatch:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-docker:

Check failure on line 14 in .github/workflows/pull-requests.yaml

View workflow run for this annotation

GitHub Actions / Pull Request

Invalid workflow file

The workflow is not valid. .github/workflows/pull-requests.yaml (Line: 14, Col: 3): Error calling workflow 'burnt-labs/xion/.github/workflows/docker-build.yml@wf1'. The nested job 'build-docker' is requesting 'id-token: write', but is only allowed 'id-token: none'.
name: Build Docker Images
uses: burnt-labs/xion/.github/workflows/docker-build.yml@wf1
secrets: inherit
docker-scout:
needs: build-docker
name: Docker Scout
uses: burnt-labs/xion/.github/workflows/docker-scout.yml@wf1
secrets: inherit
build-heighliner:
needs: build-docker
name: Heighliner Build
uses: burnt-labs/xion/.github/workflows/heighliner.yml@wf1
secrets: inherit
interchain-tests:
needs: build-heighliner
name: Interchain tests
uses: burnt-labs/xion/.github/workflows/integration-tests.yml@wf1
secrets: inherit