Skip to content

Commit

Permalink
refactor(github): add master key
Browse files Browse the repository at this point in the history
  • Loading branch information
ikr4-m committed Aug 15, 2024
1 parent 8f7f2a6 commit a52ab68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-upload-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y curl openssl
- name: Upload file
uses: shallwefootball/upload-s3-action
uses: shallwefootball/upload-s3-action@master
with:
endpoint: ${{ secrets.BUCKET_URL }}
aws_key_id: ${{ secrets.BUCKET_USERNAME }}
Expand Down

0 comments on commit a52ab68

Please sign in to comment.