Skip to content

Commit

Permalink
Use the correct keys
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Aug 12, 2021
1 parent 3850b2a commit a5c1c3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ jobs:
shell: bash
run: |
aws configure --profile s3-upload <<-EOF > /dev/null 2>&1
${{ secrets.LAUNCHER_DEPLOY_ACCESS_KEY_ID }}
${{ secrets.LAUNCHER_DEPLOY_SECRET_ACCESS_KEY }}
${{ secrets.ARTEFACT_S3_ACCESS_KEY_ID }}
${{ secrets.ARTEFACT_S3_SECRET_ACCESS_KEY }}
eu-central-1
text
EOF
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-publish-edition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
shell: bash
run: |
aws configure --profile s3-upload <<-EOF > /dev/null 2>&1
${{ secrets.LAUNCHER_DEPLOY_ACCESS_KEY_ID }}
${{ secrets.LAUNCHER_DEPLOY_SECRET_ACCESS_KEY }}
${{ secrets.ARTEFACT_S3_ACCESS_KEY_ID }}
${{ secrets.ARTEFACT_S3_SECRET_ACCESS_KEY }}
eu-central-1
text
EOF
Expand Down

0 comments on commit a5c1c3a

Please sign in to comment.