We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d695505 commit c4f4881Copy full SHA for c4f4881
1 file changed
.github/workflows/update-index.yaml
@@ -15,6 +15,8 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
18
+ with:
19
+ token: ${{ secrets.GITHUB_TOKEN }}
20
21
- name: Generate modules/index.yaml
22
run: |
0 commit comments