Skip to content

Commit

Permalink
Update s3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-german authored Apr 10, 2024
1 parent 0f77a44 commit 0bd941a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/s3.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate Text File
name: s3
on: [workflow_dispatch]
jobs:
upload-to-s3:
Expand All @@ -14,5 +14,5 @@ jobs:
with:
aws_key_id: ${{ secrets.AWS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
aws_bucket: ${{ secrets.AWS_BUCKET }}
aws_bucket: 'blocksbucket'
source_dir: './hello.txt'

0 comments on commit 0bd941a

Please sign in to comment.