From 7572f51890fc5081502d3f7c1b8b5a2751ab9b1d Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Fri, 26 Aug 2022 18:38:08 +0200 Subject: Use tauri private key environment variable --- .github/workflows/push-test.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') 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 -- cgit v1.2.3