diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-11 09:02:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-11 09:02:41 +0200 |
| commit | ac8ee9f981ea509c04ce64d70a47429a1207e18e (patch) | |
| tree | 8d7b3421af32ead8ee31f70a00ddd6fa14c81afd /.github/workflows/trigger_builds.yml | |
| parent | cd948dceaed4625e7a876f680d3dc028e6cfe6de (diff) | |
| parent | eae8a2914e99f6e9a6db042a0bc0f984fd890227 (diff) | |
| download | PrismLauncher-ac8ee9f981ea509c04ce64d70a47429a1207e18e.tar.gz PrismLauncher-ac8ee9f981ea509c04ce64d70a47429a1207e18e.tar.bz2 PrismLauncher-ac8ee9f981ea509c04ce64d70a47429a1207e18e.zip | |
Merge pull request #479 from kthchew/feature/sparkle-mac
Diffstat (limited to '.github/workflows/trigger_builds.yml')
| -rw-r--r-- | .github/workflows/trigger_builds.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/trigger_builds.yml b/.github/workflows/trigger_builds.yml index 3ec6bb95..ee9eb4ea 100644 --- a/.github/workflows/trigger_builds.yml +++ b/.github/workflows/trigger_builds.yml @@ -28,3 +28,5 @@ jobs: uses: ./.github/workflows/build.yml with: build_type: Debug + secrets: + SPARKLE_ED25519_KEY: ${{ secrets.SPARKLE_ED25519_KEY }} |
