mirror of
https://github.com/go-task/task.git
synced 2026-07-08 06:28:44 +00:00
GitHub Action: Use token to avoid rate limit issues
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user