Skip to content

Commit c17fda2

Browse files
committed
fix: Fix reusable workflow error:
Invalid workflow file: .github/workflows/mr-ci.yaml#L76 error parsing called workflow ".github/workflows/mr-ci.yaml" -> "tapdata/tapdata-application/.github/workflows/universal-mirror-sync.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
1 parent 9a07ac9 commit c17fda2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/mr-ci.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,10 @@ jobs:
7474
7575
Sync-Code-to-Office:
7676
uses: tapdata/tapdata-application/.github/workflows/sync-code-to-office.yaml@main
77-
needs:
78-
- Get-Stable-Branch
77+
needs: Get-Stable-Branch
78+
secrets: inherit
7979
with:
8080
tapdata-connectors: ${{ needs.Get-Current-Branch.outputs.branch }}
81-
secrets:
82-
TAPDATA_ENT_CICD_TOKEN: ${{ secrets.TAPDATA_ENT_CICD_TOKEN }}
8381

8482
Scan-Connectors:
8583
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)