Skip to content

Commit 6cc59fa

Browse files
authored
Using GITHUB_TOKEN for release
1 parent 2d0b8ae commit 6cc59fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
shell: bash
1515
- name: Release
1616
uses: xresloader/upload-to-github-release@v1.3.2
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1719
with:
1820
file: target/*.deb;target/*.rpm
1921
tags: true
@@ -27,6 +29,8 @@ jobs:
2729
shell: bash
2830
- name: Release
2931
uses: xresloader/upload-to-github-release@v1.3.2
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3034
with:
3135
file: target/*.msi
3236
tags: true
@@ -40,6 +44,8 @@ jobs:
4044
shell: bash
4145
- name: Release
4246
uses: xresloader/upload-to-github-release@v1.3.2
47+
env:
48+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4349
with:
4450
file: target/*.dmg
4551
tags: true

0 commit comments

Comments
 (0)