We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6699aac commit eeb02b9Copy full SHA for eeb02b9
1 file changed
.github/workflows/installer.yml
@@ -11,6 +11,7 @@ jobs:
11
with:
12
repository: 'PathOfBuildingCommunity/PathOfBuilding-Installer'
13
ref: 'master'
14
+ ssh-key: '${{ secrets.POB_INSTALLER_KEY }}'
15
- name: Create installer
16
run: 'python3 make_release.py'
17
- name: Upload artifact
0 commit comments