Skip to content

Commit

Permalink
test: print filebase
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Jan 25, 2024
1 parent 4c321fb commit 742287d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload-to-stampy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
SHA=$(npm view heroku@${{ inputs.version }} --json | jq -r '.gitHead[0:7]')
echo $SHA
FILEBASE=heroku-v${{inputs.version}}-$SHA
echo $FILEBASE
ACCOUNT_ID=$(aws sts get-caller-identity | jq -r '.Account')
TEMP_ROLE=$(aws sts assume-role --role-arn $STAMPY_ARN --role-session-name artifact-signing)
export AWS_ACCESS_KEY_ID=$(echo "${TEMP_ROLE}" | jq -r '.Credentials.AccessKeyId')
Expand Down

0 comments on commit 742287d

Please sign in to comment.