diff --git a/.github/workflows/sync-translated-documents.yml b/.github/workflows/sync-translated-documents.yml index 99c28d63..b18675e8 100644 --- a/.github/workflows/sync-translated-documents.yml +++ b/.github/workflows/sync-translated-documents.yml @@ -16,6 +16,7 @@ jobs: uses: arduino/setup-task@v1 with: version: 3.x + repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Sync Translations run: task crowdin:pull diff --git a/.github/workflows/upload-source-documents.yml b/.github/workflows/upload-source-documents.yml index 65e9c87e..4e2a1099 100644 --- a/.github/workflows/upload-source-documents.yml +++ b/.github/workflows/upload-source-documents.yml @@ -25,6 +25,7 @@ jobs: uses: arduino/setup-task@v1 with: version: 3.x + repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Upload source documents if: steps.verify-changed-files.outputs.files_changed == 'true' diff --git a/docs/docs/installation.md b/docs/docs/installation.md index d14b9692..34cfabb5 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -162,6 +162,9 @@ by the Arduino team: ```yaml - name: Install Task uses: arduino/setup-task@v1 + with: + version: 3.x + repo-token: ${{ secrets.GITHUB_TOKEN }} ``` This installation method is community owned.