Skip to content

AGNDS-4443 Improve github workflows #1

AGNDS-4443 Improve github workflows

AGNDS-4443 Improve github workflows #1

Workflow file for this run

'jobs':
'mirror':
'if': |
${{ github.repository_owner == 'AdGuardSoftwareLimited' }}
'permissions':
'actions': 'write'
'contents': 'read'
'id-token': 'write'
'uses': 'AdGuardSoftwareLimited/actions/.github/workflows/mirror.yml@master'

Check failure on line 9 in .github/workflows/mirror.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/mirror.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/mirror.yaml" -> "AdGuardSoftwareLimited/actions/.github/workflows/mirror.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
'with':
'disable_workflows_source': 'workflow.yaml'
'disable_workflows_target': 'mirror.yaml private.yaml'
'target_repo': 'git@github.com:AdguardTeam/AdGuardHome.git'
'team': 'go'
'name': 'Mirror'
'on':
'push':
'branches': ['master']
'workflow_dispatch': null
# Permissions are disabled for all the jobs by default, and then overridden for
# specific jobs if needed. This is a recommended practice for security reasons,
# and also allows to avoid mistakes with permissions when creating new jobs.
#
# See https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#permissions.
'permissions': {}