diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 1b7dc3d..45ddec9 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -32,7 +32,7 @@ jobs: id: create_release uses: actions/create-release@v1 env: - GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }} # This token is provided by Actions, you do not need to create your own token + GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: tag_name: ${{ gitea.ref }} release_name: Release ${{ gitea.ref }}