diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-05-31 00:23:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-31 00:23:19 +0530 |
commit | d8da85a2c9a2e0dc157a4972c862efe4e9fe1879 (patch) | |
tree | 78370f9320022bb0cd8db3a61624197120f86ab6 | |
parent | 43ab3f31d3f06e31e59df6e8c1d4779478af767e (diff) | |
download | vyos-workflow-test-temp-d8da85a2c9a2e0dc157a4972c862efe4e9fe1879.tar.gz vyos-workflow-test-temp-d8da85a2c9a2e0dc157a4972c862efe4e9fe1879.zip |
T6415: repo sync check
-rw-r--r-- | .github/workflows/repo-sync.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index a2bf54f..b768ec8 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -11,7 +11,7 @@ on: jobs: trigger-sync: uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows - secrets: + with: REMOTE_REPO: ${{ secrets.REMOTE_REPO }} REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }} PAT: ${{ secrets.PAT }} |