From 336bb8057aa7f7684d548a4922bc95d7f80c52fa Mon Sep 17 00:00:00 2001 From: Sacha Greif Date: Mon, 25 Nov 2024 14:29:50 +0900 Subject: [PATCH] add strings --- .github/workflows/ping-api.yml | 4 ++-- .github/workflows/yaml-validation.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ping-api.yml b/.github/workflows/ping-api.yml index 53fe634..1edbe1c 100644 --- a/.github/workflows/ping-api.yml +++ b/.github/workflows/ping-api.yml @@ -16,8 +16,8 @@ jobs: - name: Ping API env: - SECRET_KEY: ${{ secrets.SECRET_KEY }} # Set your secret in repository settings + I18N_SECRET_KEY: ${{ secrets.I18N_SECRET_KEY }} # Set your secret in repository settings ACTIONS_ENDPOINT_URL: ${{ secrets.ACTIONS_ENDPOINT_URL }} # Set your secret in repository settings run: | curl -X GET \ - "$ACTIONS_ENDPOINT_URL?locale=${{ steps.repo_name.outputs.name }}&secretKey=$SECRET_KEY" + "$ACTIONS_ENDPOINT_URL?locale=${{ steps.repo_name.outputs.name }}&secretKey=$I18N_SECRET_KEY" diff --git a/.github/workflows/yaml-validation.yml b/.github/workflows/yaml-validation.yml index 23a857b..efa86e8 100644 --- a/.github/workflows/yaml-validation.yml +++ b/.github/workflows/yaml-validation.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: YAML Validation # Controls when the workflow will run on: