Skip to content

Eks Argo Refarch Setup Question - Post Deploy #72

Discussion options

You must be logged in to vote

It looks like that's missing from the template. Here's what you'll need to add:

# .github/workflows/environments/action.yaml <-- this file path will need to match whatever file path you specify in your reusable workflows
name: "Environments - ArgoCD"
description: "Get information about the environment"
inputs:
  environment:
    description: "Environment name"
    required: true
  application:
    description: "The application name"
    required: false
  namespace:
    description: "Namespace name"
    required: true
outputs:
  name:
    description: "Environment name"
    value: ${{ inputs.environment }}
  region:
    description: "AWS Region"
    value: us-east-1 # cloudposse/github-act…

Replies: 2 comments 7 replies

Comment options

milldr
May 22, 2025
Maintainer Sponsor

You must be logged in to vote
7 replies
@milldr
Comment options

milldr May 27, 2025
Maintainer Sponsor

@dukarc
Comment options

@milldr
Comment options

milldr May 28, 2025
Maintainer Sponsor

@milldr
Comment options

milldr May 28, 2025
Maintainer Sponsor

@milldr
Comment options

milldr May 28, 2025
Maintainer Sponsor

Answer selected by osterman
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants