From ec3aff55a0cf506ea3995b22405ca984d76af4bf Mon Sep 17 00:00:00 2001 From: michaelshih Date: Mon, 7 Jul 2025 14:50:09 +0800 Subject: [PATCH] md pipline --- .github/workflows/pipeline.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 17293a9..0936614 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -10,9 +10,5 @@ env: jobs: sync: - runs-on: ubuntu-latest - steps: - - uses: ./.github/workflows/repo-file-sync.yml - with: - github_token: ${{ secrets.SECRET_TOKEN }} + - uses: ./.github/workflows/repo-file-sync.yml