Fix CI token secret name

This commit is contained in:
Max Goodhart
2025-02-22 16:07:12 -08:00
parent 771384cfc5
commit 39ccdb3e20

View File

@@ -30,5 +30,5 @@ jobs:
- name: Publish app - name: Publish app
env: env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm -w streamwall run publish run: npm -w streamwall run publish