We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c8ae0 commit 0acb224Copy full SHA for 0acb224
.github/workflows/post-build-release.yaml
@@ -59,6 +59,14 @@ jobs:
59
LINUX_RESULT: ${{ inputs.linux_result }}
60
WINDOWS_RESULT: ${{ inputs.windows_result }}
61
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 }}
70
run: python ci/post/main.py release
71
72
- name: Post Builds (Manual trigger)
0 commit comments