Adding an action to a CodeCatalyst workflow - Amazon CodeCatalyst

Adding an action to a CodeCatalyst workflow

Use the following instructions to add an action to a workflow and then configure it.

To add and configure an action
  1. Open the CodeCatalyst console at https://codecatalyst.aws/.

  2. Choose your project.

  3. In the navigation pane, choose CI/CD, and then choose Workflows.

  4. Choose the name of your workflow. You can filter by the source repository or branch name where the workflow is defined, or filter by workflow name.

  5. Choose Edit.

  6. At the top-left, choose + Actions, The Actions catalog appears.

  7. In the drop-down list, do one of the following:

  8. In the action catalog, search for an action, and then do one of the following:

    • Choose the plus sign (+) to add the action to your workflow.

    • Choose the action's name to view its readme.

  9. Configure the action. Choose Visual to use the visual editor, or YAML to use the YAML editor. For detailed instructions, see the following links.

    For instructions on adding CodeCatalyst actions, see:

    For instructions on adding CodeCatalyst Labs actions, see:

    • The action's readme. You can find the readme by choosing the action's name in the action catalog.

    For instructions on adding GitHub Actions, see:

    For instructions on adding third-party actions, see:

    • The action's readme. You can find the readme by choosing the action's name in the action catalog.

  10. (Optional) Choose Validate to make sure the YAML code is valid.

  11. Choose Commit to commit your changes.