Skip to content

v1.15.0 🌈 Goodbye rate limit

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 16:36
· 72 commits to refs/heads/main since this release
42198fe

Changes

To avoid hitting the error API rate limit exceeded you can supply a GitHub token with the github-token input.

- name: Install rye and supply a GitHub token
  uses: eifinger/setup-rye@v1
  with:
    github-token: ${{ secrets.GITHUB_TOKEN }}

🚀 Enhancements