Skip to content

Deploy latest version #2

Deploy latest version

Deploy latest version #2

Workflow file for this run

name: "Deploy latest version"
on:
workflow_dispatch:
inputs:
environment:
description: 'Select environment'
type: environment
required: true
concurrency:
group: ${{ inputs.environment }}
cancel-in-progress: false
permissions:
deployments: read|write

Check failure on line 15 in .github/workflows/master-deploy.yml

View workflow run for this annotation

GitHub Actions / Deploy latest version

Invalid workflow file

The workflow is not valid. .github/workflows/master-deploy.yml (Line: 15, Col: 16): Unexpected value 'read|write'
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
connect:
runs-on: ubuntu-latest
steps:
- name: "Connect to "
run: "echo 'test' "