mirror of
https://github.com/go-task/task.git
synced 2025-02-03 13:22:11 +02:00
GitHub Action: Use token to avoid rate limit issues
This commit is contained in:
parent
7a966d8c1b
commit
510b977cea
@ -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
|
||||
|
@ -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'
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user