Skip to content

Commit

Permalink
ci: avoid rate limits
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Jan 6, 2025
1 parent 7ae3853 commit e8a490d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ jobs:
with:
distribution: "jetbrains"
java-version: "17"
cache: "gradle"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 🌐 Disable analytics
run: flutter --disable-analytics
- name: ⚙️ Cache generated files
Expand Down

0 comments on commit e8a490d

Please sign in to comment.