Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
santinoncs authored Sep 21, 2021
1 parent 0557b59 commit 6a99632
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Helm Chart

on:
push:
branches:
- master
paths:
- 'charts/**'

jobs:
push-chart:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: goodsmileduck/[email protected]
env:
SOURCE_DIR: 'charts'
CHART_FOLDER: 'ip-blocker'
CHARTMUSEUM_URL: 'https://charts.softonic.io'
CHARTMUSEUM_USER: '${{ secrets.CHARTMUSEUM_USER }}'
CHARTMUSEUM_PASSWORD: '${{ secrets.CHARTMUSEUM_PASSWORD }}'

0 comments on commit 6a99632

Please sign in to comment.