diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 45f5d38a80..59edd22ab1 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + token: ${{ secrets.GH_ACCESS_TOKEN }} - name: crowdin action uses: crowdin/github-action@1.5.1