Fix workflow to use GITEATOKEN secret name
This commit is contained in:
@@ -56,6 +56,8 @@ jobs:
|
||||
|
||||
- name: Create Release
|
||||
uses: gitea-actions/release-action@v1
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEATOKEN }}
|
||||
with:
|
||||
tag_name: ${{ steps.version.outputs.VERSION }}
|
||||
name: cm-dashboard ${{ steps.version.outputs.VERSION }}
|
||||
|
||||
Reference in New Issue
Block a user