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