AtomicJar / testcontainers-cloud-setup-action

Apache License 2.0
3 stars 0 forks source link

Add support for TCC_PROJECT_KEY and TCC_PROJECT_URL #7

Closed eddumelendez closed 1 year ago

eddumelendez commented 1 year ago

The tcc agent supports TCC_PROJECT_KEY and TCC_PROJECT_URL. By using the GHA, those will be populated with the following default values:

Also, those can be set by the action configuration by using: project-key and project-url.

Another step was added to set the right env vars. See https://github.com/actions/runner/issues/665#issuecomment-676581170

Fixes https://github.com/AtomicJar/testcontainers-cloud-setup-action/issues/8