feat: add s3 publisher (#52) #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: helm chart | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- "charts/pagetron/**" | |
jobs: | |
release: | |
name: Release Chart | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Publish Helm charts | |
uses: stefanprodan/[email protected] | |
with: | |
token: ${{ secrets.CR_TOKEN }} |