diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-26 18:38:08 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-26 18:38:08 +0200 |
commit | 7572f51890fc5081502d3f7c1b8b5a2751ab9b1d (patch) | |
tree | d47785fdb7f03a5e5f84a85ca9301f1d4d88d308 /.github | |
parent | 32a667555897549829cf6a704eca1c8955b039b7 (diff) | |
download | FlightCore-7572f51890fc5081502d3f7c1b8b5a2751ab9b1d.tar.gz FlightCore-7572f51890fc5081502d3f7c1b8b5a2751ab9b1d.zip |
Use tauri private key environment variable
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push-test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index 48809fea..517ae500 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -25,6 +25,8 @@ jobs: sudo apt-get update sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf - name: install app dependencies and build it + env: + TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY } run: | npm install ./node_modules/.bin/rollup --config |