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