Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eedorenko committed Jul 12, 2024
1 parent 99bcd7e commit 0b6fa6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
Build_Push_Images:
runs-on: ubuntu-latest
needs: [quality-check]
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -52,6 +53,7 @@ jobs:
Publish_Helm_Chart:
runs-on: ubuntu-latest
needs: [Build_Push_Images]
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -74,4 +76,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: ./helm
charts_url: .
branch: gh-pages
branch: gh-pages

0 comments on commit 0b6fa6f

Please sign in to comment.