From ad8a0caf145ab07426b7a4fc0ee9a71b8f803d6d Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Sat, 14 Sep 2024 23:03:41 +0200 Subject: [PATCH] build to release --- .gitea/workflows/{build.yml => release.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .gitea/workflows/{build.yml => release.yml} (93%) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/release.yml similarity index 93% rename from .gitea/workflows/build.yml rename to .gitea/workflows/release.yml index e5b5eb5..442d829 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/release.yml @@ -33,6 +33,6 @@ jobs: - name: Build env: - GH_TOKEN: ${{ secrets.REPO_TOKEN }} + GH_TOKEN: ${{ secrets.GITEA_TOKEN }} run: npm run dist shell: bash \ No newline at end of file