Skip to content

Commit

Permalink
add license secret inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Oct 3, 2023
1 parent ee6a516 commit 82e53b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,10 @@ jobs:
C11Y_MATRIX_TOKEN: ${{ secrets.C11Y_MATRIX_TOKEN }}
E2E_DOCKERHUB_USERNAME: ${{ secrets.E2E_DOCKERHUB_USERNAME }}
E2E_DOCKERHUB_PASSWORD: ${{ secrets.E2E_DOCKERHUB_PASSWORD }}
MULTI_NAMESPACE_LICENSE: ${{ secrets.MULTI_NAMESPACE_LICENSE }}
HELM_INSTALL_ORDER_LICENSE: ${{ secrets.HELM_INSTALL_ORDER_LICENSE }}
YAMLESCAPE_LICENSE: ${{ secrets.YAMLESCAPE_LICENSE }}
POSTGRES_TO_RQLITE_LICENSE: ${{ secrets.POSTGRES_TO_RQLITE_LICENSE }}


validate-existing-online-install-minimal:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/compatibility-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ on:
required: true
E2E_DOCKERHUB_PASSWORD:
required: true
MULTI_NAMESPACE_LICENSE:
required: true
HELM_INSTALL_ORDER_LICENSE:
required: true
YAMLESCAPE_LICENSE:
required: true
POSTGRES_TO_RQLITE_LICENSE:
required: true

jobs:
validate-smoke-test:
Expand Down

0 comments on commit 82e53b5

Please sign in to comment.