Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
youyo committed Nov 9, 2019
1 parent 91c3e3a commit a71ab4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions github-actions/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash

set -ue

echo ${INPUT_ROLE_ARN} > aaa
cat aaa

eval "$(/awscredswrap --role-arn ${INPUT_ROLE_ARN} --role-session-name ${INPUT_ROLE_SESSION_NAME} --duration-seconds ${INPUT_DURATION_SECONDS})"

echo ::add-mask::${AWS_ACCESS_KEY_ID}
Expand Down

0 comments on commit a71ab4b

Please sign in to comment.