Skip to content

Commit 89a5125

Browse files
Add GH_TOKEN to build step
1 parent d60b98a commit 89a5125

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
node-version: '18'
1616
- run: npm install
1717
- run: npm run build:deb
18+
env:
19+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1820
- name: Upload .deb to GitHub Release
1921
uses: softprops/action-gh-release@v1
2022
with:

0 commit comments

Comments
 (0)