fix: use tauri bot token

This commit is contained in:
Simon Hyll
2024-07-22 15:00:16 +02:00
committed by GitHub
parent d3d467ace1
commit e2131f85a2

View File

@@ -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: |