fix: use gitea.token instead of missing GITEA_TOKEN secret
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upsert rolling 'release' tag with latest update.json
|
- name: Upsert rolling 'release' tag with latest update.json
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ gitea.token }}
|
||||||
run: |
|
run: |
|
||||||
TAG="release"
|
TAG="release"
|
||||||
REPO="${GITHUB_REPOSITORY}"
|
REPO="${GITHUB_REPOSITORY}"
|
||||||
@@ -147,7 +147,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create versioned release and upload assets
|
- name: Create versioned release and upload assets
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ gitea.token }}
|
||||||
run: |
|
run: |
|
||||||
VERSION="${{ needs.build.outputs.version }}"
|
VERSION="${{ needs.build.outputs.version }}"
|
||||||
TAG="${{ needs.build.outputs.tag }}"
|
TAG="${{ needs.build.outputs.tag }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user