Skip to content

Commit f32003f

Browse files
committed
fix: correct GITHUB_TOKEN secret reference in desktop build workflow
- Fix syntax error in GITHUB_TOKEN secret variable name
1 parent 3c27abd commit f32003f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ jobs:
128128
draft: true
129129
tag_name: ${{ github.ref_name }}
130130
env:
131-
GITHUB_TOKEN: ${{ secretssecrets.GITHUB_TOKEN }}
131+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)