Identifiers
First Use of Actions Tab¶
Near the top middle of your LoopWorkspace
fork is an Actions
tab. This section provides detailed directions to enable Actions
.
Click on the Actions
tab of your LoopWorkspace
repository.
- Your first time, a message appears saying
Workflows aren't being run on this forked repository
as shown in the graphic below -
Tap on the green button that says:
I understand my workflows, go ahead and enable them
The workflows
are now displayed on the left side as shown in the graphic below. (Dismiss the Actions Enabled
message using the X
near the upper right side if it appears).
Validate Secrets
¶
Section Summary (click to open/close)
This step validates most of your six Secrets
and provides error messages if it detects an issue with one or more.
- Click on the "Actions" tab of your LoopWorkspace repository and enable workflows if needed
- On the left side, select
1. Validate Secrets
. - On the right side, click "Run Workflow", and tap the green
Run workflow
button. - Wait, and within a minute or two you should see a green checkmark indicating the workflow succeeded.
- The workflow will check if the required
Secrets
are added and that they are correctly formatted. If errors are detected, please check the run log for details.
To skip the detailed instructions, click on Add Identifiers
Near the top middle of your LoopWorkspace
fork, click on the Actions
tab.
- If you have never used
Actions
on this repository before, and need instructions (in addition to what GitHub shows), please back up to First use of Actions Tab.
Refer to the graphic below for the numbered steps:
- Click on the
Actions
tab of yourLoopWorkspace
repository - On the left side, click on 1.
Validate Secrets
- On the right side, click
Run Workflow
to show a dropdown menu- You will see your default branch (typically this is
main
) - You can select a different branch, but typically, you run the default
- You will see your default branch (typically this is
-
Tap the green button that says
Run workflow
.
The Validate Secrets
Action should succeed or fail in a few minutes. Do not continue to the next step until this one succeeds.
Hit Refresh
After you tap the green Run workflow button, GitHub can be slow to update.
- Refresh the browser if you are unsure if the action started
- Do not start a new action until the first one completes
- If you see the green check () continue to the next section
- If you see the red
X
():- Examine Annotation tells how to view the file needed to diagnose your problem.
- Action: Validate Secrets Errors tells you what to search for in the file
- Resolve the error and repeat the Action: Validate Secrets
Pro Tip: Validate Secrets
The Action Validate Secrets
is run every time you do any other action. Technically, you never have to run the action by itself - you could start with Add Identifiers
.
It is easier for you (or your mentors) to diagnose if there is a problem with the Secrets
you entered when it is run stand-alone. Once your secrets are good, they should remain good, so this does not need to be repeated.
Add Identifiers
¶
Update to Version 3.4
The name and identifier for "Small Status Widget
" was renamed to "Loop Widget Extension
". If you previously built, you will need to run the Add Identifiers as directed on the update page to add the renamed Identifier and Create Certificates for it.
If you previously built the dev
branch, you already have this identifier.
Section Summary (click to open/close)
- Click on the "Actions" tab of your LoopWorkspace repository.
- On the left side, select "2. Add Identifiers".
- On the right side, click "Run Workflow", and tap the green
Run workflow
button. - Wait, and within a minute or two you should see a green checkmark indicating the workflow succeeded.
To skip the detailed instructions, click on Configure Identifiers for Loop.
Refer to the graphic below for the numbered steps:
- Click on the
Actions
tab of yourLoopWorkspace
repository - On the left side, click on 2.
Add Identifiers
- On the right side, click
Run Workflow
to show a dropdown menu- You will see your default branch (typically this is
main
) - You can select a different branch, but typically, you run the default
- You will see your default branch (typically this is
-
Tap the green button that says
Run workflow
.
Be Patient
- Refresh the browser if you are unsure if the action started
- Do not start a new action until the first one completes
The Add Identifiers
Action should succeed or fail in a few minutes. Do not continue to the next step until this one succeeds.
- If you see the green check () continue to the next section
- If you see the red
X
():- Examine Annotation tells how to view the file needed to diagnose your problem.
- Action: Add Identifiers Errors tells you what to search for in the file
- Resolve the error and repeat the Action: Add Identifiers
Next Step¶
The next step is to Prepare the App.