From e2131f85a2bc942a49aeffe19343ac6210e18891 Mon Sep 17 00:00:00 2001 From: Simon Hyll Date: Mon, 22 Jul 2024 15:00:16 +0200 Subject: [PATCH] fix: use tauri bot token --- .github/workflows/status.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/status.yml b/.github/workflows/status.yml index 2a1578901..43c6938c6 100644 --- a/.github/workflows/status.yml +++ b/.github/workflows/status.yml @@ -12,6 +12,8 @@ jobs: contents: write pull-requests: write issues: write + env: + GITHUB_TOKEN: ${{ secrets.ORG_TAURI_BOT_PAT }} steps: - name: Set up GitHub CLI run: |