Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Acar <[email protected]>
  • Loading branch information
fatih-acar committed Feb 28, 2024
1 parent 9378599 commit a6a9481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-packer-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
with:
provider: scaleway
region: 'gra'
access_key: ${{ secrets.ARTIFACTS_S3_SECRET_KEY }}
secret_key: ${{ secrets.ARTIFACTS_S3_ACCESS_KEY }}
access_key: ${{ secrets.ARTIFACTS_S3_ACCESS_KEY }}
secret_key: ${{ secrets.ARTIFACTS_S3_SECRET_KEY }}

- name: Upload to S3
#if: ${{ inputs.publish == 'true' }}
Expand Down

0 comments on commit a6a9481

Please sign in to comment.