We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313a3c5 commit 8ff33baCopy full SHA for 8ff33ba
.github/workflows/repo-sync.yml
@@ -1,10 +1,5 @@
1
name: Repo-sync-reuse
2
3
-#secrets:
4
-# REMOTE_REPO: ${{ secrets.REMOTE_REPO }}
5
-# REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
6
-# PAT: ${{ secrets.PAT }}
7
-
8
on:
9
#pull_request:
10
# types:
@@ -15,8 +10,8 @@ on:
15
16
11
jobs:
17
12
trigger-sync:
18
- uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows
19
- secrets:
13
+ env:
20
14
REMOTE_REPO: ${{ secrets.REMOTE_REPO }}
21
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
22
PAT: ${{ secrets.PAT }}
+ uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows
0 commit comments