From 6927f86dcc13c6372aca14b4abb2c2cc587eeb01 Mon Sep 17 00:00:00 2001 From: s1gr1d Date: Mon, 3 Mar 2025 14:28:06 +0100 Subject: [PATCH 1/2] fix(auth-creator): Add warnings to not commit token --- src/components/codeKeywords/orgAuthTokenCreator.tsx | 4 ++-- src/components/orgAuthTokenNote.tsx | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/codeKeywords/orgAuthTokenCreator.tsx b/src/components/codeKeywords/orgAuthTokenCreator.tsx index 0c0c511f99d35..ea97e2483257a 100644 --- a/src/components/codeKeywords/orgAuthTokenCreator.tsx +++ b/src/components/codeKeywords/orgAuthTokenCreator.tsx @@ -168,7 +168,7 @@ export function OrgAuthTokenCreator() { { handlePress(); @@ -192,7 +192,7 @@ export function OrgAuthTokenCreator() { onAnimationStart={() => setIsAnimating(true)} onAnimationComplete={() => setIsAnimating(false)} > - Click to generate token + Click to generate token (DO NOT commit) diff --git a/src/components/orgAuthTokenNote.tsx b/src/components/orgAuthTokenNote.tsx index 8d679d0adde53..fc9b9a39ba59c 100644 --- a/src/components/orgAuthTokenNote.tsx +++ b/src/components/orgAuthTokenNote.tsx @@ -37,7 +37,8 @@ export function OrgAuthTokenNote() { manually create an Auth Token {' '} or create a token directly from this page. A created token will only be visible - once right after creation - make sure to copy it! + once right after creation - make sure to copy-paste it immediately and DO NOT commit it! + We recommend adding it as an environment variable. From 65f2784ee44f5985ed7eaa1a67c84d248f2b0a67 Mon Sep 17 00:00:00 2001 From: "getsantry[bot]" <66042841+getsantry[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 13:31:48 +0000 Subject: [PATCH 2/2] [getsentry/action-github-commit] Auto commit --- src/components/orgAuthTokenNote.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/orgAuthTokenNote.tsx b/src/components/orgAuthTokenNote.tsx index fc9b9a39ba59c..d3e38c92c9802 100644 --- a/src/components/orgAuthTokenNote.tsx +++ b/src/components/orgAuthTokenNote.tsx @@ -37,8 +37,8 @@ export function OrgAuthTokenNote() { manually create an Auth Token {' '} or create a token directly from this page. A created token will only be visible - once right after creation - make sure to copy-paste it immediately and DO NOT commit it! - We recommend adding it as an environment variable. + once right after creation - make sure to copy-paste it immediately and DO NOT + commit it! We recommend adding it as an environment variable.