Skip to content

Commit f1e0996

Browse files
authored
Actions (#3)
* add package action * add github token * get token from secrets
1 parent 341dbb4 commit f1e0996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
shell: pwsh
1111
run: ./Build-Installer.ps1
1212
env:
13-
GH_TOKEN: ${{ github.token }}
13+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1414
- uses: actions/upload-artifact@v3
1515
with:
1616
name: build

0 commit comments

Comments
 (0)