Skip to content

mobsuccess-devops/github-actions-asana

Repository files navigation

Github-Asana action

NPM

This action integrates GitHub with the Mobsuccess Asana project. If you need to use this action outside of Mobsuccess, you must clone it and tweak the values.

Sample Asana Ticket

Install the workflow in repository

You do not need to take any steps to include this workflow in your repository. The MS robot will automatically create a PR on your repository.

Enable AWS Amplify custom domain

If your repository is linked to AWS Amplify, you can dynamically update the Amplify hostname link. To do so, create a variable in your repository named AWS_AMPLIFY_URI with a value such as https://pr-%.foo.live.mobsuccess.com.

Note for legacy users: you can also setup a secret using the same name, albeit the secret is less convenient because you can't easily edit its current value.

If your repository supports multiple domains, this value can be a JSON:

{
  "webapps/lcm": "https://pr-%.platform-lcm.live.mobsuccess.com",
  "webapps/lco": "https://pr-%.platform-lco.live.mobsuccess.com"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published