Skip to content

Commit

Permalink
check12
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Feb 29, 2024
1 parent 05f2a1c commit a5a2b3b
Showing 1 changed file with 25 additions and 12 deletions.
37 changes: 25 additions & 12 deletions .github/workflows/helm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,37 @@ on: push

jobs:
helm-release:
permissions:
contents: write
runs-on: ubuntu-latest
name: Release Helm Chart
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Publish Helm charts
uses: stefanprodan/helm-gh-pages@master
with:
token: ${{ secrets.PAGES }}
charts_dir: ./charts
linting: off
owner: permitio
commit_username: elimoshkovich
commit_email: [email protected]
app_version: 0.0.1
chart_version: 0.0.1
- name: Configure Git
run: |
git config user.name "elimoshkovich"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v3

- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.PAGES }}"
# - name: Publish Helm charts
# uses: stefanprodan/helm-gh-pages@master
# with:
# token: ${{ secrets.PAGES }}
# charts_dir: ./charts
# linting: off
# owner: permitio
# commit_username: elimoshkovich
# commit_email: [email protected]
# app_version: 0.0.1
# chart_version: 0.0.1

# - name: Configure Git
# run: |
Expand Down

0 comments on commit a5a2b3b

Please sign in to comment.