Skip to content

Commit d6a70ee

Browse files
test credentials
1 parent 91e2ac2 commit d6a70ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ runs:
4444
env:
4545
STACKIT_SERVICE_ACCOUNT_KEY: ${{ inputs.stackit_service_account_key }}
4646
run: echo "$STACKIT_SERVICE_ACCOUNT_KEY" > ${{ github.action_path }}/stackit-credentials.json
47+
- name: "test credentials"
48+
shell: bash
49+
run: echo ${{ github.action_path }}/stackit-credentials.json
50+
4751
- name: "Validate STACKIT Database ACLs"
4852
shell: bash
4953
run: uv run src/main.py validate-org ${{ inputs.organisation_id }}

0 commit comments

Comments
 (0)