From 36a5751a64e8a3167a75bb7fc293bc61cf3bbd90 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Wed, 26 Aug 2026 04:00:14 +0200 Subject: [PATCH] fix: CI does not run on gitea --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0baf86c..567caf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - name: Create npm configuration run: echo "//npm.pkg.github.com/:_authToken=${token}" >> ~/.npmrc env: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_TOKEN }} - uses: actions/checkout@v4 - uses: actions/setup-node@v4