Skip to content

Commit 0acb224

Browse files
authored
Respecify the env for Post Builds auto-trigger
1 parent 22c8ae0 commit 0acb224

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/post-build-release.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ jobs:
5959
LINUX_RESULT: ${{ inputs.linux_result }}
6060
WINDOWS_RESULT: ${{ inputs.windows_result }}
6161
MAC_RESULT: ${{ inputs.mac_result }}
62+
GITHUB_REPO: ${{ github.repository }} # repo this workflow was called from
63+
INDIEGAMES_USER: ${{ secrets.INDIEGAMES_USER }}
64+
INDIEGAMES_SSHPASS: ${{ secrets.INDIEGAMES_PASSWORD }}
65+
NEBULA_USER: ${{ secrets.NEBULA_USER }}
66+
NEBULA_PASSWORD: ${{ secrets.NEBULA_PASSWORD }}
67+
HLP_API: ${{ secrets.HLP_API }}
68+
HLP_KEY: ${{ secrets.HLP_KEY }}
69+
RELEASE_TAG: ${{ inputs.releaseTag }}
6270
run: python ci/post/main.py release
6371

6472
- name: Post Builds (Manual trigger)

0 commit comments

Comments
 (0)