Skip to content

Test shared build Action. #1

Test shared build Action.

Test shared build Action. #1

Workflow file for this run

name: Gradle Check
on:
push:
branches:
- main
pull_request_target:
types: [ opened, synchronize ]
jobs:
build:
uses: sava-software/sava-build/.github/workflows/build.yml@main

Check failure on line 12 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "sava-software/sava-build/.github/workflows/build.yml@main" (source branch with sha:b37b503a2b2b24cf10418adabf88ff27688c3a1b) : secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}