Skip to content

Commit

Permalink
add secruty key
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-xin committed Feb 27, 2024
1 parent 68e68c1 commit 8a1c35b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/deploy-s3-javascript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ function run() {
const bucketRegion = core.getInput('bucket-region', { required: true })
const folder = core.getInput('dist-folder', { required: true })


//upload files
exec.exec(`echo "uploading ${folder} to ${bucketRegion}/${bucketName}" ...`)
exec.exec(`echo $AWS_ACCESS_KEY : $AWS_SECURITY_KEY`)
exec.exec(`echo "$AWS_ACCESS_KEY : $AWS_SECURITY_KEY"`)

core.notice('hello from my javascript action !!!')

Expand Down

0 comments on commit 8a1c35b

Please sign in to comment.