From cf4b460f5402357d8aa8f2cb5633df67d32ab0f4 Mon Sep 17 00:00:00 2001 From: itschip Date: Wed, 24 Jan 2024 16:44:06 +0100 Subject: [PATCH] ci: update prelease --- .github/workflows/prerelease.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index fa1b9327..b5de8d81 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -13,15 +13,15 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 ref: ${{ github.ref }} - name: Setup Node and Yarn Cache - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 18.x cache: 'yarn' - name: Get variables @@ -36,7 +36,8 @@ jobs: - name: Translations env: - LOCALAZY_READ_KEY: a8269809765126758267-f01743c76d6e9e434d7b4c6322938eefce8d82a559b57efc2acfcf4531d46089 + LOCALAZY_READ_KEY: ${{ secrets.LOCALAZY_READ_KEY }} + LOCALAZY_WRITE_KEY: ${{ secrets.LOCALAZY_WRITE_KEY }} run: | yarn translations:pull yarn translations:generate-index