mirror of
https://github.com/go-task/task.git
synced 2025-04-25 12:25:07 +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
|
uses: arduino/setup-task@v1
|
||||||
with:
|
with:
|
||||||
version: 3.x
|
version: 3.x
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Sync Translations
|
- name: Sync Translations
|
||||||
run: task crowdin:pull
|
run: task crowdin:pull
|
||||||
|
@ -25,6 +25,7 @@ jobs:
|
|||||||
uses: arduino/setup-task@v1
|
uses: arduino/setup-task@v1
|
||||||
with:
|
with:
|
||||||
version: 3.x
|
version: 3.x
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Upload source documents
|
- name: Upload source documents
|
||||||
if: steps.verify-changed-files.outputs.files_changed == 'true'
|
if: steps.verify-changed-files.outputs.files_changed == 'true'
|
||||||
|
@ -162,6 +162,9 @@ by the Arduino team:
|
|||||||
```yaml
|
```yaml
|
||||||
- name: Install Task
|
- name: Install Task
|
||||||
uses: arduino/setup-task@v1
|
uses: arduino/setup-task@v1
|
||||||
|
with:
|
||||||
|
version: 3.x
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
```
|
```
|
||||||
|
|
||||||
This installation method is community owned.
|
This installation method is community owned.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user