Skip to content

Commit

Permalink
WIP: add composite actions
Browse files Browse the repository at this point in the history
  • Loading branch information
beuluis committed Dec 17, 2024
1 parent 9331d1a commit fae7047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/upload-to-s3/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ runs:
shell: bash
run: |
echo "[default]" > ~/.s3cfg
echo "access_key = ${{ secrets.YOUR_ACCESS_KEY }}" >> ~/.s3cfg
echo "secret_key = ${{ secrets.YOUR_SECRET_KEY }}" >> ~/.s3cfg
echo "access_key = ${{ inputs.aws_access_key_id }}" >> ~/.s3cfg
echo "secret_key = ${{ inputs.aws_secret_access_key }}" >> ~/.s3cfg
echo "host_base = ${{ inputs.endpoint_url }}" >> ~/.s3cfg
echo "use_https = True" >> ~/.s3cfg
Expand Down

0 comments on commit fae7047

Please sign in to comment.