Skip to content

Commit

Permalink
Merge pull request #3543 from sever-sever/T6415-fix
Browse files Browse the repository at this point in the history
T6415: Fix variables for repo sync
  • Loading branch information
c-po authored May 29, 2024
2 parents 5b1539d + f3c1428 commit a234384
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ on:
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 a234384

Please sign in to comment.