Skip to content

Commit 356efd8

Browse files
committed
test-env object-storage credentials
1 parent 22edfa0 commit 356efd8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/rpm-test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
env:
1313
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
1414
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
15-
AWS_ACCESS_KEY_ID: ${{ secrets.OBJECT_STORAGE_ACCESS_KEY_ID }}
16-
AWS_SECRET_ACCESS_KEY: ${{ secrets.OBJECT_STORAGE_SECRET_ACCESS_KEY }}
15+
# Use test credentials - replace with your actual test bucket credentials
16+
AWS_ACCESS_KEY_ID: ${{ secrets.TEST_OBJECT_STORAGE_ACCESS_KEY_ID }}
17+
AWS_SECRET_ACCESS_KEY: ${{ secrets.TEST_OBJECT_STORAGE_SECRET_ACCESS_KEY }}
1718
steps:
1819
- name: Checkout
1920
uses: actions/checkout@v4
@@ -50,7 +51,7 @@ jobs:
5051

5152
- name: Test AWS credentials
5253
run: |
53-
echo "Testing AWS credentials..."
54+
echo "Testing AWS credentials with test bucket..."
5455
aws s3 ls s3://distribution-test/ --endpoint-url https://object.storage.eu01.onstackit.cloud
5556
echo "✅ AWS credentials work!"
5657

0 commit comments

Comments
 (0)