Skip to content

Commit 22edfa0

Browse files
committed
aws cli test
1 parent 84eb11f commit 22edfa0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rpm-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ jobs:
4848
with:
4949
version: 2
5050

51+
- name: Test AWS credentials
52+
run: |
53+
echo "Testing AWS credentials..."
54+
aws s3 ls s3://distribution-test/ --endpoint-url https://object.storage.eu01.onstackit.cloud
55+
echo "✅ AWS credentials work!"
56+
5157
- name: Publish RPM repo
5258
env:
5359
GPG_PRIVATE_KEY_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)