We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents deed811 + 828ca25 commit 533fb13Copy full SHA for 533fb13
.github/workflows/ci.yml
@@ -36,6 +36,9 @@ jobs:
36
37
- name: Install `tombi`
38
uses: tombi-toml/setup-tombi@a9378ac9fe5c29df7d26263deacea4ac642af9c2 # v1
39
+ env:
40
+ # need token to prevent potential rate limiting, see https://github.com/tombi-toml/setup-tombi/issues/9
41
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
43
- name: Install stable toolchain
44
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
0 commit comments