Add SecretName in TLS + adapt github actions #95

Merged
metal3d merged 5 commits from develop into master 2024-12-05 06:16:33 +00:00
Showing only changes of commit b93a3df98c - Show all commits

View File

@@ -35,6 +35,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: tests needs: tests
steps: steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with:
name: tests-results name: tests-results