From 028e344f781dc6a58757a6b0cee19419f123fb05 Mon Sep 17 00:00:00 2001 From: Sacha Greif Date: Mon, 25 Nov 2024 13:56:55 +0900 Subject: [PATCH] add strings --- .github/workflows/ping-api.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ping-api.yml b/.github/workflows/ping-api.yml index f290cf4..53fe634 100644 --- a/.github/workflows/ping-api.yml +++ b/.github/workflows/ping-api.yml @@ -17,6 +17,7 @@ jobs: - name: Ping API env: SECRET_KEY: ${{ secrets.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 \ - "http://localhost:4020/gh-actions/reinitialize-locale?locale=${{ steps.repo_name.outputs.name }}&secretKey=$SECRET_KEY" + "$ACTIONS_ENDPOINT_URL?locale=${{ steps.repo_name.outputs.name }}&secretKey=$SECRET_KEY"