We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad28594 commit 77a4680Copy full SHA for 77a4680
1 file changed
.github/workflows/update-api.yml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- name: Checkout repository
20
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21
+ with:
22
+ token: ${{ secrets.CI_PAT }}
23
24
- name: Checkout lichess-org/api
25
0 commit comments