actions(sync): Give pull.luau github token
This commit is contained in:
parent
ccd4990154
commit
d25a87f4fc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue