Skip to content

Try calling workflow #3

Try calling workflow

Try calling workflow #3

on:
push:
paths-ignore: ['*.md', 'CODEOWNERS', 'LICENSE']
tags:
- "**"
branches:
- 'integration'
- 'release/version*'
- 'docker-images'
workflow_dispatch:
jobs:
call-reusable-workflow:
uses: nationalsecurityagency/datawave-accumulo-service/.github/workflows/build-image.yaml@docker-images

Check failure on line 13 in .github/workflows/build-images-caller.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-images-caller.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-images-caller.yml" -> "nationalsecurityagency/datawave-accumulo-service/.github/workflows/build-image.yaml@docker-images" (source branch with sha:f2000816f893fda51143b56e178c21e45bab5de8) : 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 }}