Skip to content

Commit e1ea5a2

Browse files
agoose77jukent
andauthored
Update portal/metrics.md
Co-authored-by: Julia Kent <[email protected]>
1 parent df7d367 commit e1ea5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: portal/metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COOKBOOKS_ID = '324070631'
3030
3131
# Access Secrets
3232
PRIVATE_KEY_ID = os.environ.get('PRIVATE_KEY_ID')
33-
# Ensure GH secrets doesn't intrudce extra '\' new line characters (related to '\' being an escape character)
33+
# Ensure GH secrets doesn't introduce extra '\' new line characters (related to '\' being an escape character)
3434
PRIVATE_KEY = os.environ.get('PRIVATE_KEY').replace('\\n', '\n')
3535
3636
credentials_dict = {

0 commit comments

Comments
 (0)