mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Fix CI token secret name
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||||
Reference in New Issue
Block a user