File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments