Skip to content

Commit 0a03f42

Browse files
authored
Merge pull request #1058 from RS-PYTHON/feat/mount_s3cfg
feat: mount .s3cfg file into docker compose
2 parents 8e05f13 + c37d998 commit 0a03f42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-binaries.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,9 @@ jobs:
582582
run: |
583583
set -x
584584
585+
# Copy the s3cmd config file to be able to access the "real" s3 bucket
586+
echo "${{ secrets.S3CFG_ORANGE_BUCKET }}" > ~/.s3cfg
587+
585588
# Clone the rs-demo repository
586589
git clone https://github.com/RS-PYTHON/rs-demo.git
587590

0 commit comments

Comments
 (0)