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