From adbdf3dbb9dfa0a0b91b81702f2584e3e0b606c2 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Fri, 2 Aug 2024 16:45:04 -0400 Subject: [PATCH] test changes --- .github/workflows/continuous-delivery.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 5621eda..9f1650f 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - temp permissions: contents: read @@ -30,4 +31,5 @@ jobs: - name: Run Maven run: mvn -T 4 -B clean deploy env: + GITHUB_ACTOR: ${{ github.actor }} GITHUB_TOKEN: ${{ github.token }} \ No newline at end of file