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 91e2ac2 commit d6a70eeCopy full SHA for d6a70ee
action.yaml
@@ -44,6 +44,10 @@ runs:
44
env:
45
STACKIT_SERVICE_ACCOUNT_KEY: ${{ inputs.stackit_service_account_key }}
46
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
+
51
- name: "Validate STACKIT Database ACLs"
52
shell: bash
53
run: uv run src/main.py validate-org ${{ inputs.organisation_id }}
0 commit comments