test
This commit is contained in:
13
.gitea/workflows/test-release.yaml
Normal file
13
.gitea/workflows/test-release.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Release Version Catalog
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
call-release-ci:
|
||||
uses: aura-ascend/common-workflows/.gitea/workflows/release.yaml@master
|
||||
with:
|
||||
TYPE: catalog
|
||||
secrets:
|
||||
CI_BOT_USERNAME: ${{ secrets.CI_BOT_USERNAME }}
|
||||
CI_BOT_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
|
||||
Reference in New Issue
Block a user