Skip to content

Commit 341dbb4

Browse files
authored
Actions (#2)
* add package action * add github token
1 parent 0e3d1f5 commit 341dbb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
- name: Build package
1010
shell: pwsh
1111
run: ./Build-Installer.ps1
12+
env:
13+
GH_TOKEN: ${{ github.token }}
1214
- uses: actions/upload-artifact@v3
1315
with:
1416
name: build

0 commit comments

Comments
 (0)