initial commit
This commit is contained in:
11
.gitea/workflows/release.yaml
Normal file
11
.gitea/workflows/release.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: Publish Helm Chart
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
call-helm-ci:
|
||||
uses: helm/common-workflows/.gitea/workflows/release.yaml@master
|
||||
secrets:
|
||||
CI_BOT_USERNAME: ${{ secrets.CI_BOT_USERNAME }}
|
||||
CI_BOT_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
|
||||
Reference in New Issue
Block a user