Skip to content

Commit

Permalink
Revert back to setup-rokit and remove token
Browse files Browse the repository at this point in the history
  • Loading branch information
Starveldt committed Aug 3, 2024
1 parent 3f1d58e commit 2123a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Install Rokit
uses: paracosm-daemon/setup-rokit-rblx@v1.0.0
with:
token: ${{ github.token }}
uses: kalrnlo/setup-rokit@v1.0.0
- name: Lint
run: |
selene ./src
4 changes: 1 addition & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Install Rokit
uses: paracosm-daemon/setup-rokit-rblx@v1.0.0
with:
token: ${{ github.token }}
uses: kalrnlo/setup-rokit@v1.0.0
- name: Build Place
run: rojo build publish.project.json -o Weaver.rbxl
- name: Publish Module to Marketplace
Expand Down

0 comments on commit 2123a00

Please sign in to comment.