Skip to content

Commit 1f21242

Browse files
committed
Fix TCLI Service Token
1 parent 8503658 commit 1f21242

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/thunderstore-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
run: dotnet nuget add source --username ${{ github.actor }} --password ${{ github.token }} --name github "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --store-password-in-clear-text
3131
- id: build
3232
name: Build and publish
33+
env:
34+
TCLI_AUTH_TOKEN: ${{ secrets.TCLI_AUTH_TOKEN }}
3335
run: |
3436
dotnet build -c Release -target:PublishTS
3537
FILE=$(find ${{ github.workspace }}/artifacts/thunderstore -type f -name "*.zip" | head -n 1)

0 commit comments

Comments
 (0)