Skip to content

Commit

Permalink
fix reuse sync
Browse files Browse the repository at this point in the history
  • Loading branch information
sever-sever committed May 29, 2024
1 parent fc3c77c commit 313a3c5
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
name: Repo-sync-reuse

#secrets:
# REMOTE_REPO: ${{ secrets.REMOTE_REPO }}
# REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
# PAT: ${{ secrets.PAT }}

on:
#pull_request:
# types:
# - closed
# branches:
# - current
workflow_dispatch:
#pull_request:
# types:
# - closed
# branches:
# - current
workflow_dispatch:

jobs:
trigger-sync:
uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows
secrets: inherit
secrets:
REMOTE_REPO: ${{ secrets.REMOTE_REPO }}
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
PAT: ${{ secrets.PAT }}

0 comments on commit 313a3c5

Please sign in to comment.