Skip to content

Commit

Permalink
add env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed Jan 10, 2024
1 parent 2bb80aa commit 6bc0003
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions envs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# GitHub Action environment variables used during the build process.

If update is required, update the env variables on the following link
[https://github.com/rarimo/collabland-rarimo-poh-action/settings/secrets/actions](https://github.com/rarimo/collabland-rarimo-poh-action/settings/secrets/actions),
and after it trigger the CI pipeline (update it here and add change to the [CHANGELOG](./CHANGELOG.md)).

**ENV_TESTFLIGHT:**

```bash
APP_URL="https://collabland.robotornot.mainnet-beta.rarimo.com"
POH_APP_URL="https://robotornot.mainnet-beta.rarimo.com"
COLLABLAND_ED25519_PUBLIC_KEY_HEX="bc9b6e5b99a10481e47aad74dbfdadb125e3c50a642ed2546b3602e43373c93a"
```

**ENV_DEVNET:**

```bash
APP_URL="https://collabland.robotornot.mainnet-beta.rarimo.com"
POH_APP_URL="https://robotornot.rarimo.com"
COLLABLAND_ED25519_PUBLIC_KEY_HEX="6a6e03cf267fc37761f7e74c59b4f4cc35c6c9cf3111587a4f394f58b5d54c1f"
```

**ENV_MAINNET:**

```bash
APP_URL="https://collabland.robotornot.rarimo.com"
POH_APP_URL="https://robotornot.rarimo.com"
COLLABLAND_ED25519_PUBLIC_KEY_HEX="622a25e27b1547daf61d2349fe328f9c3e17e48fb9884934f3d60bd2ab750a0b"
```

0 comments on commit 6bc0003

Please sign in to comment.