Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
Signed-off-by: João Pereira <joaod@vmware.com>
  • Loading branch information
joaopapereira committed Jul 1, 2024
1 parent 120c6bb commit b38c468
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests-integration-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ on:
pool-namespace:
type: string
default: 'official'
something:
type: string
required: false
jobs:
run-integration-tests:
defaults:
Expand Down Expand Up @@ -84,7 +87,8 @@ jobs:
pool_name: ${{ inputs.pool-name }}
pool_namespace: ${{ inputs.pool-namespace }}
run: |
echo "This is my mega secret secret ${test_secret}"
echo "From input: -> ${{ inputs.something }} <-"
echo "This is my mega secret secret ->${test_secret}<-"
shepherd login service-account ${account_token}
echo "shepherd create lease --duration 8h --pool ${pool_name} --pool-namespace ${pool_namespace} --namespace tas-devex"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run-with-client-creds: false
os: ubuntu-latest
name: Integration
something: ${{ secrets.TEST_SECRET }}
secrets: inherit

run-integration-tests-cf-env-with-client-creds:
Expand Down

0 comments on commit b38c468

Please sign in to comment.