Skip to content

Commit

Permalink
enidng
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie87041 committed Oct 23, 2023
1 parent ca3daa8 commit a0b9c3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ create_user () {

generate_keys () {
RSP=$(aws iam create-access-key --user-name $USER)
BUCKET_ACCESS_ID=$(echo $RSP | jq -r '.AccessKey.AccessKeyId')
BUCKET_ACCESS_KEY=$(echo $RSP | jq -r '.AccessKey.SecretAccessKey')
echo "BUCKET_ACCESS_ID=$BUCKET_ACCESS_ID" >> $GITHUB_ENV
echo "BUCKET_ACCESS_KEY=$BUCKET_ACCESS_KEY" >> $GITHUB_ENV
}
Expand Down

0 comments on commit a0b9c3b

Please sign in to comment.