Skip to content

.github/workflows/repo-sync.yml #9

.github/workflows/repo-sync.yml

.github/workflows/repo-sync.yml #9

Workflow file for this run

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:
jobs:
trigger-sync:
uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows
# secrets:
with:
REMOTE_REPO: ${{ secrets.REMOTE_REPO }}

Check failure on line 21 in .github/workflows/repo-sync.yml

View workflow run for this annotation

GitHub Actions / Repo-sync-reuse

Invalid workflow file

The workflow is not valid. .github/workflows/repo-sync.yml (Line: 21, Col: 20): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.REMOTE_REPO .github/workflows/repo-sync.yml (Line: 22, Col: 21): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.REMOTE_OWNER

Check failure on line 21 in .github/workflows/repo-sync.yml

View workflow run for this annotation

GitHub Actions / Repo-sync-reuse

Invalid workflow file

The workflow is not valid. .github/workflows/repo-sync.yml (Line: 21, Col: 20): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.REMOTE_REPO .github/workflows/repo-sync.yml (Line: 22, Col: 21): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.REMOTE_OWNER
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
PAT: ${{ secrets.PAT }}