Skip to content

Commit

Permalink
add strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Greif committed Nov 25, 2024
1 parent adc7cfb commit 8cf5bf2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ping-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@ jobs:
env:
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
DOES_NOT_EXIST: ${{ secrets.FOO }} # Set your secret in repository settings
run: |
echo "endpoint: $ACTIONS_ENDPOINT_URL"
echo "secret_key: $I18N_SECRET_KEY"
curl -X GET "$ACTIONS_ENDPOINT_URL?locale=${{ steps.repo_name.outputs.name }}&secretKey=$I18N_SECRET_KEY"

0 comments on commit 8cf5bf2

Please sign in to comment.