Skip to content

chore: refactor into reusable workflows #3

chore: refactor into reusable workflows

chore: refactor into reusable workflows #3

Workflow file for this run

name: Push
on:
push:
branches:
- master
permissions:
contents: read
jobs:
## Run main CI build and tests.
run-ci:
name: "Build & Test"
uses: ./.github/workflows/ci.yml
permissions:
actions: write
contents: write
## Publish and check the dependency graph.
checks-dependency-graph:

Check failure on line 21 in .github/workflows/on.push.yml

View workflow run for this annotation

GitHub Actions / Push

Invalid workflow file

The workflow is not valid. .github/workflows/on.push.yml (Line: 21, Col: 3): Error calling workflow 'sgammon/guava/.github/workflows/dependency-review.yml@37aab97a20e5fec7ce118ddc47716a1b7e04126d'. The nested job 'dependency-review' is requesting 'id-token: write', but is only allowed 'id-token: none'.
name: "Checks"
uses: ./.github/workflows/dependency-review.yml