fix: Give actions github token
Some checks failed
CI / Analyze (push) Failing after 10s
CI / Lint (push) Successful in 10s
CI / Styling (push) Failing after 3s

This commit is contained in:
marked 2024-11-11 19:55:10 +01:00
parent a359f8f366
commit b40f9801b8

View file

@ -21,7 +21,7 @@ jobs:
- name: Install Rokit
uses: https://github.com/CompeyDev/setup-rokit@v0.1.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.githubtoken }}
- name: Install Pesde packages
run: lune run scripts/install-packages.luau
@ -41,7 +41,7 @@ jobs:
- name: Install Rokit
uses: https://github.com/CompeyDev/setup-rokit@v0.1.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.githubtoken }}
- name: Lint
run: |
@ -59,6 +59,6 @@ jobs:
- name: Check code style
uses: https://github.com/JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.githubtoken }}
version: v0.20.0
args: --check src/