GitHub Action: Use token to avoid rate limit issues

This commit is contained in:
Andrey Nering
2023-03-30 21:33:17 -03:00
parent 7a966d8c1b
commit 510b977cea
3 changed files with 5 additions and 0 deletions

View File

@@ -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.