diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-26 19:00:56 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-26 19:00:56 +0200 |
commit | 493869cadd733a9d7ffdf42ad321e29a1312fbd7 (patch) | |
tree | 893d797f1b9f3fe8430de4a8396f76ff948f0a39 /.github | |
parent | 2ed70d3c23787270403feb765968eb652bbe2e2f (diff) | |
download | FlightCore-493869cadd733a9d7ffdf42ad321e29a1312fbd7.tar.gz FlightCore-493869cadd733a9d7ffdf42ad321e29a1312fbd7.zip |
Fix broken CI file
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push-test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index 88d9f745..acbe18ed 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -34,6 +34,7 @@ jobs: - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} - name: upload build artifact uses: actions/upload-artifact@v2 with: |