Skip to content

Commit 1b65594

Browse files
committed
testing explicitly defining secrets
1 parent 450dc15 commit 1b65594

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pr-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ jobs:
1616
stackhpc_cloud_tests_version: ${{ github.ref }}
1717
repository: stackhpc/stackhpc-kayobe-config
1818
github_ref: stackhpc/2024.1
19-
secrets: inherit
19+
secrets:
20+
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
21+
CLOUDS_YAML: ${{ secrets.CLOUDS_YAML }}
22+
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
23+
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
2024

2125
ubuntu-jammy-ovn-aio-test:
2226
name: aio (Ubuntu Jammy OVN)

0 commit comments

Comments
 (0)