Skip to content

Commit

Permalink
Revert "Remove secret: inherit to check if that was the problem"
Browse files Browse the repository at this point in the history
This reverts commit d89ff08.
  • Loading branch information
joaopapereira committed Jun 12, 2024
1 parent d89ff08 commit 667897e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests-integration-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ on:
pool-namespace:
type: string
default: 'official'
secrets:
SHEPHERD_SERVICE_ACCOUNT_TOKEN:
required: true
CLIENT_SECRET:
required: true

jobs:
run-integration-tests:
defaults:
Expand Down
20 changes: 5 additions & 15 deletions .github/workflows/tests-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
run-with-client-creds: false
os: ubuntu-latest
name: Integration
secrets:
SHEPHERD_SERVICE_ACCOUNT_TOKEN: ${{ secrets.SHEPHERD_SERVICE_ACCOUNT_TOKEN }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
secrets: inherit

run-integration-tests-cf-env-with-client-creds:
name: client creds
Expand All @@ -43,9 +41,7 @@ jobs:
run-with-client-creds: true
os: ubuntu-latest
name: Integration client creds
secrets:
SHEPHERD_SERVICE_ACCOUNT_TOKEN: ${{ secrets.SHEPHERD_SERVICE_ACCOUNT_TOKEN }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
secrets: inherit

run-integration-tests-cf-env-with-min-capi:
name: MIN CAPI
Expand All @@ -58,9 +54,7 @@ jobs:
name: Integration MIN CAPI
pool-name: cfd_16_11_0
pool-namespace: tas-devex
secrets:
SHEPHERD_SERVICE_ACCOUNT_TOKEN: ${{ secrets.SHEPHERD_SERVICE_ACCOUNT_TOKEN }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
secrets: inherit

#run-integration-windows:
# name: Windows
Expand All @@ -71,9 +65,7 @@ jobs:
# run-with-client-creds: false
# os: windows-latest
# name: Integration windows
# secrets:
# SHEPHERD_SERVICE_ACCOUNT_TOKEN: ${{ secrets.SHEPHERD_SERVICE_ACCOUNT_TOKEN }}
# CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
# secrets: inherit

#run-integration-windows-client-credentials:
# name: Windows with client credentials
Expand All @@ -84,6 +76,4 @@ jobs:
# run-with-client-creds: true
# os: windows-latest
# name: Integration windows client credentials
# secrets:
# SHEPHERD_SERVICE_ACCOUNT_TOKEN: ${{ secrets.SHEPHERD_SERVICE_ACCOUNT_TOKEN }}
# CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
# secrets: inherit

0 comments on commit 667897e

Please sign in to comment.