From 8dd6addbca2c73ce5761ed116f933e7279d18ab5 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Fri, 2 Aug 2024 17:47:11 -0400 Subject: [PATCH] different token --- .github/workflows/continuous-delivery.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 2252485..8172222 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -32,5 +32,5 @@ jobs: run: mvn -T 4 -B clean deploy env: GITHUB_ACTOR: ${{ github.actor }} - GITHUB_TOKEN: ${{ github.token }} -# GITHUB_TOKEN: ${{ secrets.PCALOUCHE_TOKEN }} \ No newline at end of file +# GITHUB_TOKEN: ${{ github.token }} + GITHUB_TOKEN: ${{ secrets.PCALOUCHE_TOKEN }} \ No newline at end of file