actions(sync): Give pull.luau github token

This commit is contained in:
marked 2024-11-12 19:08:52 +01:00
parent ccd4990154
commit d25a87f4fc

View file

@ -21,7 +21,7 @@ jobs:
token: ${{ secrets.githubtoken }}
- name: Pull Newest Jecs
run: lune run pull.luau
run: lune run pull.luau ${{ secrets.githubtoken }}
- name: Read Jecs Version
id: read_jecs_version