aws-copilot-github-action icon indicating copy to clipboard operation
aws-copilot-github-action copied to clipboard

No ability to use github env vars in manifest

Open chlorophant opened this issue 1 year ago • 0 comments

As far as I can tell there is no way to use a github env var or secret inside the copilot manifest using this action.

This functionality is supported by copilot when using it directly.

Example manifest.yml:

image:
 build: Dockerfile
  port: 8080
  args:
    GIT_SSH_PRIVATE_KEY: ${env.GIT_SSH_PRIVATE_KEY}

This is essential for many use cases

chlorophant avatar Feb 05 '24 20:02 chlorophant