Skip to content

moved env and secret setting #52

moved env and secret setting

moved env and secret setting #52

Workflow file for this run

name: CI
on:
pull_request:
jobs:
security:
name: Security
uses: ./.github/workflows/security.yaml
secrets: inherit
build-maven:
name: Build Maven
uses: ./.github/workflows/maven.yaml

Check failure on line 15 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yaml" -> "./.github/workflows/maven.yaml" : secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
with:
maven-goal: package
needs: security