test
This commit is contained in:
12
.gitea/workflows/release.yaml
Normal file
12
.gitea/workflows/release.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Publish Helm Chart
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
call-helm-ci:
|
||||
# uses: helm/common-workflows/.gitea/workflows/release.yaml@master
|
||||
uses: helm/common-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