diff --git a/.github/workflows/trigger-update-docs.yml b/.github/workflows/trigger-update-docs.yml index 99b06e4..da1cf00 100644 --- a/.github/workflows/trigger-update-docs.yml +++ b/.github/workflows/trigger-update-docs.yml @@ -14,6 +14,6 @@ jobs: - name: Repository Dispatch to tauri-docs uses: peter-evans/repository-dispatch@v1 with: - token: ${{ secrets.TAURI_BOT_PAT }} + token: ${{ secrets.ORG_TAURI_BOT_PAT }} repository: tauri-apps/tauri-docs event-type: test-update-docs