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 3030 uses : aws-actions/configure-aws-credentials@v4
3131 with :
3232 aws-region : us-west-2
33- role-to-assume : ${{ secrets.ROLE_TO_ASSUME }}
33+ role-to-assume : ${{ secrets.JS_TEAM_ROLE_TO_ASSUME }}
3434 role-session-name : SmithyTypeScriptGitHubRelease
3535 audience : sts.amazonaws.com
3636 - name : Commit
4646 id : token
4747 if : steps.commit.outcome == 'success'
4848 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 }}
5050 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)
5252 echo "::add-mask::$npm_token"
5353 echo "NPM_TOKEN=$npm_token" >> $GITHUB_ENV
5454 - name : Stage Release
You can’t perform that action at this time.
0 commit comments