Skip to content

Commit 4a94cbb

Browse files
ci: fix
1 parent 7d97d83 commit 4a94cbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Setup Rokit
4141
run: |
4242
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/rojo-rbx/rokit/main/scripts/install.sh | sh
43+
env:
44+
GITHUB_TOKEN: ${{ inputs.token }}
45+
shell: bash
4346

4447
- name: Lint
4548
run: |

0 commit comments

Comments
 (0)