fix: use tauri bot token

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

View File

@@ -13,7 +13,12 @@ jobs:
permissions:
pull-requests: write
issues: write
env:
GITHUB_TOKEN: ${{ secrets.ORG_TAURI_BOT_PAT }}
steps:
- name: Set up GitHub CLI
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
- name: Get project data
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}