From fc3df284628afdd3dbb387d78e9cc1f13bf71780 Mon Sep 17 00:00:00 2001 From: Adam Lerman Date: Thu, 10 Oct 2024 23:20:19 +0000 Subject: [PATCH] Try calling workflow --- .github/workflows/build-images-caller.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-images-caller.yml b/.github/workflows/build-images-caller.yml index 824f79f..d30e8ce 100644 --- a/.github/workflows/build-images-caller.yml +++ b/.github/workflows/build-images-caller.yml @@ -12,4 +12,5 @@ jobs: call-reusable-workflow: uses: nationalsecurityagency/datawave-accumulo-service/.github/workflows/build-image.yaml@docker-images secrets: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + \ No newline at end of file