File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
uses : aws-actions/configure-aws-credentials@v4
31
31
with :
32
32
aws-region : us-west-2
33
- role-to-assume : ${{ secrets.ROLE_TO_ASSUME }}
33
+ role-to-assume : ${{ secrets.JS_TEAM_ROLE_TO_ASSUME }}
34
34
role-session-name : SmithyTypeScriptGitHubRelease
35
35
audience : sts.amazonaws.com
36
36
- name : Commit
46
46
id : token
47
47
if : steps.commit.outcome == 'success'
48
48
run : |
49
- aws configure --profile token set role_arn ${{ secrets.TOKEN_ROLE }}
49
+ aws configure --profile token set role_arn ${{ secrets.JS_TEAM_TOKEN_ROLE }}
50
50
aws configure --profile token set credential_source Environment
51
- npm_token=$(aws secretsmanager get-secret-value --region us-west-2 --secret-id=SMITHY_PUBLISH_npmToken --query SecretString --output text --profile token)
51
+ npm_token=$(aws secretsmanager get-secret-value --region us-west-2 --secret-id=smithy-typescript-npm-token --query SecretString --output text --profile token)
52
52
echo "::add-mask::$npm_token"
53
53
echo "NPM_TOKEN=$npm_token" >> $GITHUB_ENV
54
54
- name : Stage Release
You can’t perform that action at this time.
0 commit comments