We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84eb11f commit 22edfa0Copy full SHA for 22edfa0
.github/workflows/rpm-test.yml
@@ -48,6 +48,12 @@ jobs:
48
with:
49
version: 2
50
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
+
57
- name: Publish RPM repo
58
env:
59
GPG_PRIVATE_KEY_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
0 commit comments