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 450dc15 commit 1b65594Copy full SHA for 1b65594
.github/workflows/pr-tests.yml
@@ -16,7 +16,11 @@ jobs:
16
stackhpc_cloud_tests_version: ${{ github.ref }}
17
repository: stackhpc/stackhpc-kayobe-config
18
github_ref: stackhpc/2024.1
19
- secrets: inherit
+ 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 }}
24
25
ubuntu-jammy-ovn-aio-test:
26
name: aio (Ubuntu Jammy OVN)
0 commit comments