diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9e9023d..25c5513 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,6 +41,7 @@ jobs: - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + UNOM_PACKAGES_TOKEN: ${{ secrets.UNOM_PACKAGES_TOKEN }} with: tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version releaseName: "App v__VERSION__" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c12c28..53ebbd3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,8 @@ jobs: runs-on: ${{ matrix.platform }} + env: + defaults: run: working-directory: app @@ -36,3 +38,4 @@ jobs: - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + UNOM_PACKAGES_TOKEN: ${{ secrets.UNOM_PACKAGES_TOKEN }}