Skip to content

Commit

Permalink
fix ak sk error
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-xin committed Feb 28, 2024
1 parent 17784ae commit 1cee34e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/deploy-s3-javascript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ function run() {
const folder = core.getInput('dist-folder', { required: true })


github.getOctokit.
//upload files
exec.exec(`echo "uploading ${folder} to ${bucketRegion}/${bucketName}" ...`)
//upload files
exec.exec(`echo "uploading ${folder} to ${bucketRegion}/${bucketName}" ...`)

const ak = process.env.AWS_ACCESS_KEY
const sk = process.env.AWS_SECURITY_KEY
Expand Down

0 comments on commit 1cee34e

Please sign in to comment.