diff --git a/.github/workflows/update-docs-translations.yaml b/.github/workflows/update-docs-translations.yaml index 125062035..ff9a0135e 100644 --- a/.github/workflows/update-docs-translations.yaml +++ b/.github/workflows/update-docs-translations.yaml @@ -11,6 +11,8 @@ jobs: name: Update translations and documentation steps: - uses: actions/checkout@v2 + with: + token: ${{ secrets.ACTIONS_GITHUB_TOKEN }} - uses: actions/setup-go@v2 with: go-version: ^1.17.6