Skip to content

Commit 9d7f319

Browse files
committed
Explain source of Variables
1 parent 0b236ef commit 9d7f319

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Configure the following secrets under **Settings → Secrets and variables → A
4141

4242
| Secret Name | When Used | Description |
4343
| --- | --- | --- |
44-
| `CLIENTID_STAGE`, `CLIENTSECRET_STAGE`, `TECHNICALACCID_STAGE`, `TECHNICALACCEMAIL_STAGE`, `WORKSPACEID_STAGE` | Pushes to `staging` | OAuth client + technical account bound to your staging workspace. |
45-
| `CLIENTID_PROD`, `CLIENTSECRET_PROD`, `TECHNICALACCID_PROD`, `TECHNICALACCEMAIL_PROD`, `WORKSPACEID_PROD` | Pushes to `production` | Production equivalents of the above credentials. |
46-
| `IMSORGID` | Both | Adobe organization ID hosting the project. |
47-
| `ORGID` | Both | Console organization identifier consumed by `aio console:org:select`. |
48-
| `PROJECTID` | Both | Console project identifier used by `aio console:project:select`. |
44+
| `CLIENTID_STAGE`, `CLIENTSECRET_STAGE`, `TECHNICALACCID_STAGE`, `TECHNICALACCEMAIL_STAGE`, `WORKSPACEID_STAGE` | Pushes to `staging` | OAuth client + technical account bound to your staging workspace. Workspace project > workspace > id from workspace.json |
45+
| `CLIENTID_PROD`, `CLIENTSECRET_PROD`, `TECHNICALACCID_PROD`, `TECHNICALACCEMAIL_PROD`, `WORKSPACEID_PROD` | Pushes to `production` | Production equivalents of the above credentials. Workspace: project > workspace > id from workspace.json |
46+
| `IMSORGID` | Both | ims_org_id from workspace.json |
47+
| `ORGID` | Both | project > org > id from workspace.json |
48+
| `PROJECTID` | Both | project > id from workspace.json |
4949

5050
Add any extra secrets referenced by your mesh (for custom resolvers, HTTP headers, etc.) and load them via environment variables or additional steps in the workflow.
5151

0 commit comments

Comments
 (0)