Skip to content

Commit 91d8b31

Browse files
committed
tests: debug role
1 parent 29f9780 commit 91d8b31

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/testinfra-ami-build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ jobs:
5050
- name: Checkout Repo
5151
uses: supabase/postgres/.github/actions/shared-checkout@HEAD
5252

53+
- name: Debug AWS role secret
54+
run: |
55+
echo "Checking DEV_AWS_ROLE secret availability..."
56+
if [ -z "${{ secrets.DEV_AWS_ROLE }}" ]; then
57+
echo "❌ DEV_AWS_ROLE is empty or not available"
58+
else
59+
echo "✅ DEV_AWS_ROLE is available"
60+
fi
61+
5362
- name: Configure AWS credentials
5463
uses: aws-actions/configure-aws-credentials@v4
5564
with:

0 commit comments

Comments
 (0)