Skip to content

fix/github release

fix/github release #84

Workflow file for this run

name: Release
on:
pull_request:
branches:
- master
types:
- closed
paths-ignore:
- '.github/**'
jobs:
release:
if: github.event.pull_request.merged == true
uses: atls/shared/.github/workflows/pack-image.yaml@master
permissions: write-all
with:
registryURL: 'cr.yandex'
registryUser: 'json_key'
project: ${{ secrets.YCR_PROJECT_ID }}

Check failure on line 20 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 20, Col: 16): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.YCR_PROJECT_ID
secrets:
registryKey: ${{ secrets.YCR_KEYFILE }}