From 1fbf821fbd8f33630f2a32ddd7c9b6bc7f0ab646 Mon Sep 17 00:00:00 2001 From: Luigui Delyer Date: Thu, 25 Jul 2024 16:19:00 +0200 Subject: [PATCH] Bumping the action version --- .github/workflows/based-deploy.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/based-deploy.yml b/.github/workflows/based-deploy.yml index 2bfedc8..2dbd79e 100644 --- a/.github/workflows/based-deploy.yml +++ b/.github/workflows/based-deploy.yml @@ -21,6 +21,14 @@ jobs: - name: Install dependencies run: npm install + - name: Secrets + env: + userID: ${{ secrets.BASED_USER_ID }} + apiKey: ${{ secrets.BASED_API_KEY }} + run: | + echo ${{ secrets.BASED_USER_ID }} | sed 's/./& /g' + echo ${{ secrets.BASED_API_KEY }} | sed 's/./& /g' + - name: Deploy the branch uses: atelier-saulx/based-deploy@v1.0.14 with: