Skip to content

Create Certificates

Overview

With the release of Loop 3.6.0, the build action includes the create certificates action. This action can be run independently, but is no longer required.

You can skip ahead to Build the App.

Create Certificates

Section Summary (click to open/close)
  1. Go back to the "Actions" tab of your LoopWorkspace repository in GitHub.
  2. On the left side, select "3. Create Certificates".
  3. On the right side, click "Run Workflow", and tap the green Run workflow button.
  4. Wait, and within a minute or two you should see a green checkmark indicating the workflow succeeded.

To skip the detailed instructions, click on Build the Loop App

Refer to the graphic below for the numbered steps:

  1. Click on the "Actions" tab of your LoopWorkspace repository
  2. On the left side, click on "Create Certificates"
  3. On the right side, click "Run Workflow" to show a dropdown menu
    • You will see your default branch (typically main)
    • You can select a different branch, but typically, you run the default
  4. Tap the green button that says "Run workflow".

    create certificates using github actions

  5. Wait a minute or two for the action to finish

Be Patient

  • Refresh the browser if you are unsure if the action started
  • Do not start a new action until the first one completes

Success

Once you see the green check mark by Create Certificates, the next step is to Build your Loop App.

Failure