Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Kyriakos Akriotis <[email protected]>
  • Loading branch information
akyriako authored Apr 2, 2024
1 parent 3af015b commit b9c79a0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.1.2
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/[email protected]
uses: helm/[email protected]
with:
charts_dir: deploy/cert-manager-webhook-opentelekomcloud
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit b9c79a0

Please sign in to comment.