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 fa071c3 commit da0954c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ping-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ jobs:
run: echo "::set-output name=name::$(basename $GITHUB_REPOSITORY)"

- name: Ping API
env:
SECRET_KEY: ${{ secrets.SECRET_KEY }} # Set your secret in repository settings
run: |
curl -X POST "https://api.devographics.com/gh/reinitialize-locales-github?locale=${{ steps.repo_name.outputs.name }}"
curl -X GET \
"http://localhost:4020/gh-actions/reinitialize-locale?locale=${{ steps.repo_name.outputs.name }}&secretKey=$SECRET_KEY"

0 comments on commit da0954c

Please sign in to comment.