Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: switch NPM publishing token source #1494

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

kuhe
Copy link
Contributor

@kuhe kuhe commented Jan 7, 2025

switches the data source for NPM publishing token

@kuhe kuhe requested a review from a team as a code owner January 7, 2025 17:38
aws configure --profile token set credential_source Environment
npm_token=$(aws secretsmanager get-secret-value --region us-west-2 --secret-id=SMITHY_PUBLISH_npmToken --query SecretString --output text --profile token)
npm_token=$(aws secretsmanager get-secret-value --region us-west-2 --secret-id=smithy-typescript-npm-token --query SecretString --output text --profile token)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this step was tested in #1493

@smilkuri smilkuri merged commit 8f34321 into smithy-lang:main Jan 8, 2025
10 checks passed
@kuhe kuhe deleted the chore/credentials branch January 8, 2025 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants