Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleitnick committed Aug 11, 2020
1 parent 2100f17 commit d8f3d13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ jobs:
- name: Publish Knit to Roblox
shell: bash
env:
RBX_AUTH: ${{ secrets.RBX_AUTH }}
TEST: ${{ secrets.TEST }}
REMODEL_AUTH: ${{ secrets.RBX_AUTH }}
run: |
echo "$TEST"
./remodel run publish.lua --auth "$RBX_AUTH"
./remodel run publish.lua
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit d8f3d13

Please sign in to comment.