Skip to content

🌐 Add Korean translation for docs/ko/docs/tutorial/security/get-current-user.md #3861

🌐 Add Korean translation for docs/ko/docs/tutorial/security/get-current-user.md

🌐 Add Korean translation for docs/ko/docs/tutorial/security/get-current-user.md #3861

name: Notify Translations
on:
pull_request_target:
types:
- labeled
- closed
jobs:
notify-translations:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Allow debugging with tmate
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
with:
limit-access-to-actor: true
- uses: ./.github/actions/notify-translations
with:
token: ${{ secrets.FASTAPI_NOTIFY_TRANSLATIONS }}