From 2f51dd0beb759ea565f67c2cfe73369ebc00b176 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Fri, 2 Aug 2024 16:52:52 -0400 Subject: [PATCH] revert to test it breaks --- .github/workflows/continuous-delivery.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 9f1650f..2252485 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -32,4 +32,5 @@ jobs: run: mvn -T 4 -B clean deploy env: GITHUB_ACTOR: ${{ github.actor }} - GITHUB_TOKEN: ${{ github.token }} \ No newline at end of file + GITHUB_TOKEN: ${{ github.token }} +# GITHUB_TOKEN: ${{ secrets.PCALOUCHE_TOKEN }} \ No newline at end of file