Skip to content

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 role_arn ${{ secrets.JS_TEAM_TOKEN_ROLE }}
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