Skip to content

Commit

Permalink
try again
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 2, 2024
1 parent c6c0325 commit a906238
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests-integration-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ on:
required: true
CLIENT_SECRET:
required: true
RANDOM_THAT_DOES_NOT_EXIST:
required: true
jobs:
run-integration-tests:
defaults:
Expand Down Expand Up @@ -98,6 +96,7 @@ jobs:
run: |
echo "From input: -> ${{ inputs.something }} <-"
echo "This is my mega secret secret ->${test_secret}<-"
echo "Trying to get it directly from secret itself ->${{ secrets.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

0 comments on commit a906238

Please sign in to comment.