diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcb091d6b..e79ba7697 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,9 @@ jobs: Continuous-Integration-Actions: runs-on: self-hosted + env: + PACKAGE_TOKEN: ${{ secrets.JLS_TOKEN }} + steps: - name: Checkout of head id: ci-sources-checkout @@ -33,7 +36,7 @@ jobs: - name: Jar publishing id: ci-jar-publishing run: | - echo "This is the secret token:" ${{ secrets.JLS_TOKEN }} + echo "This is the secret token:" ${{ env.PACKAGE_TOKEN }} - name: Final Step id: ci-final-step