Skip to content

Commit

Permalink
Merge pull request #29 from near/develop
Browse files Browse the repository at this point in the history
Use NEAR_SOCIAL_DEPLOY_ID
  • Loading branch information
gabehamilton committed Apr 12, 2024
2 parents 4508de2 + fff2fc1 commit 6a0fc19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
which bos
cd nexus/components
echo $PATH
bos components deploy "$NEAR_SOCIAL_ACCOUNT_ID" sign-as "$NEAR_SOCIAL_ACCOUNT_ID" network-config mainnet sign-with-plaintext-private-key --signer-public-key "$NEAR_SOCIAL_ACCOUNT_PUBLIC_KEY" --signer-private-key "$NEAR_SOCIAL_ACCOUNT_PRIVATE_KEY" send
bos components deploy "$NEAR_SOCIAL_DEPLOY_ID" sign-as "$NEAR_SOCIAL_ACCOUNT_ID" network-config mainnet sign-with-plaintext-private-key --signer-public-key "$NEAR_SOCIAL_ACCOUNT_PUBLIC_KEY" --signer-private-key "$NEAR_SOCIAL_ACCOUNT_PRIVATE_KEY" send
2 changes: 1 addition & 1 deletion nexus/components/src/AI/Overview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ return (
>
<Grid $gap="20px" $columns="1fr 1fr">
<TrendingApp
href="https://github.com/near/ai-platform/tree/develop/nexus/components/src/Schema"
href="https://github.com/near/ai-platform/tree/develop/nexus/components/src/AI/Schema"
url="https://near.org/_next/static/media/near-icon.2e682d59.svg"
name="ai-platform"
loading={false}
Expand Down

0 comments on commit 6a0fc19

Please sign in to comment.