Update .github/workflows/create-release.yaml
This commit is contained in:
2
.github/workflows/create-release.yaml
vendored
2
.github/workflows/create-release.yaml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
- name: "Create Gitea Release"
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.TOKEN_GITEA }}
|
||||
GITEA_API_URL: ${{ gitea.instance }}/api/v1
|
||||
GITEA_API_URL: https://git.nethery.dev/api/v1
|
||||
OWNER: ${{ gitea.repository_owner }}
|
||||
REPO: ${{ gitea.repository_name }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user