änderung url in realase.yaml
All checks were successful
Build Changelog and Release / release (push) Successful in 7s
All checks were successful
Build Changelog and Release / release (push) Successful in 7s
This commit is contained in:
@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
- name: Create Release on Gitea
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GIT_TOKEN }}
|
||||
GITEA_TOKEN: ${{ secrets.TOKEN }}
|
||||
run: |
|
||||
TAG=$(git describe --tags)
|
||||
REPO=${GITEA_REPOSITORY#*/}
|
||||
@ -32,7 +32,7 @@ jobs:
|
||||
BODY=$(cat RELEASE_NOTES.md | jq -Rs .)
|
||||
|
||||
curl -X POST "https://dev.ksite.de/api/v1/repos/ralf.kirchner/demo/releases" \
|
||||
-H "Authorization: token $GIT_TOKEN" \
|
||||
-H "Authorization: token $GITEA_TOKEN" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d "{
|
||||
\"tag_name\": \"$TAG\",
|
||||
|
Reference in New Issue
Block a user