Skip to content

Commit 8ff33ba

Browse files
committed
sync use with
1 parent 313a3c5 commit 8ff33ba

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/repo-sync.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
name: Repo-sync-reuse
22

3-
#secrets:
4-
# REMOTE_REPO: ${{ secrets.REMOTE_REPO }}
5-
# REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
6-
# PAT: ${{ secrets.PAT }}
7-
83
on:
94
#pull_request:
105
# types:
@@ -15,8 +10,8 @@ on:
1510

1611
jobs:
1712
trigger-sync:
18-
uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows
19-
secrets:
13+
env:
2014
REMOTE_REPO: ${{ secrets.REMOTE_REPO }}
2115
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
2216
PAT: ${{ secrets.PAT }}
17+
uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows

0 commit comments

Comments
 (0)