mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
Update action sponsors (#3451)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: 'Sync Sponsors and Contributors Data'
|
||||
name: 'Sync Sponsors Data'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
@@ -7,11 +7,9 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
fetch-sponsors-data:
|
||||
name: Sync Sponsors and Contributors Data
|
||||
sync-sponsors-data:
|
||||
name: Sync Sponsors Data
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -26,8 +24,8 @@ jobs:
|
||||
|
||||
- run: pnpm i
|
||||
|
||||
- name: fetch-sponsors
|
||||
run: pnpm --filter fetch-sponsors run build
|
||||
- name: sync-sponsors
|
||||
run: pnpm sync:sponsors
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -43,9 +41,7 @@ jobs:
|
||||
if: github.event_name != 'pull_request' && github.event_name != 'push'
|
||||
with:
|
||||
token: ${{ secrets.ORG_TAURI_BOT_PAT }}
|
||||
commit-message: 'chore(docs): Update Sponsors & Contributors Data'
|
||||
branch: ci/v2/update-data-docs
|
||||
path: tauri-docs
|
||||
title: Update Sponsors & Contributors Data
|
||||
commit-message: 'chore(docs): Update Sponsors Data'
|
||||
branch: ci/v2/update-sponsors
|
||||
title: Update Sponsors Data
|
||||
labels: 'bot'
|
||||
|
||||
Reference in New Issue
Block a user