mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
fix: use tauri bot token
This commit is contained in:
6
.github/workflows/assign.yml
vendored
6
.github/workflows/assign.yml
vendored
@@ -7,8 +7,12 @@ on:
|
||||
jobs:
|
||||
auto_assign:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
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: Auto-assign PR to author
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user