Skip to content

Services Deploy (all) #8

Services Deploy (all)

Services Deploy (all) #8

Workflow file for this run

name: Services Deploy (all)
run-name: 'Services Deploy (all) [env: ${{ inputs.env }}]'
on:
workflow_dispatch:
inputs:
env:
description: 'Deployment target environment'
type: choice
required: true
options:
- dev
- test
- staging
- prod
permissions:
id-token: write
contents: read
jobs:
job-service:
uses: wri/terramatch-microservices/.github/workflows/deploy-service.yml@${{github.head_ref||github.ref_name}}
with:
env: ${{ inputs.env }}
service: job-service
secrets: inherit
user-service:
uses: wri/terramatch-microservices/.github/workflows/deploy-service.yml@${{github.head_ref||github.ref_name}}

Check failure on line 30 in .github/workflows/deploy-services.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-services.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy-services.yml" -> "wri/terramatch-microservices/.github/workflows/deploy-service.yml@${{github.head_ref||github.ref_name}}" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
env: ${{ inputs.env }}
service: user-service
secrets: inherit
research-service:
uses: wri/terramatch-microservices/.github/workflows/deploy-service.yml@${{github.head_ref||github.ref_name}}
with:
env: ${{ inputs.env }}
service: research-service
secrets: inherit