Kubernetes Operator that creates Service Endpoints from Secrets
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix gha

+7 -2
+7 -2
.github/workflows/helm-release.yml
··· 13 13 runs-on: ubuntu-latest 14 14 steps: 15 15 - name: Checkout 16 - uses: actions/checkout@v2 16 + uses: actions/checkout@v4 17 17 with: 18 18 ref: 'main' 19 19 fetch-depth: 0 20 + 21 + - name: Configure Git 22 + run: | 23 + git config user.name "$GITHUB_ACTOR" 24 + git config user.email "$GITHUB_ACTOR@users.noreply.github.com" 20 25 21 26 - name: Set up Helm 22 27 uses: Azure/setup-helm@v4 ··· 34 39 name: secret-service-operator 35 40 path: | 36 41 ${{ steps.helm_package.outputs.name }} 37 - 42 + 38 43 - name: Release Helm chart 39 44 env: 40 45 CR_GENERATE_RELEASE_NOTES: true