From 63052f253ef0bd5efb180d52331e2ccb478f6965 Mon Sep 17 00:00:00 2001 From: Jean Luc Szpyrka Date: Thu, 12 Sep 2024 15:03:44 +0200 Subject: [PATCH] secret va expansion --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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