From a358e1f8f899b3341f19421672311baf4a0653aa Mon Sep 17 00:00:00 2001 From: bruhn_b Date: Thu, 26 Feb 2026 13:22:51 +0100 Subject: [PATCH] Update .github/workflows/unit_tests.yml --- .github/workflows/unit_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index dd7acd5..a076ca2 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -3,7 +3,7 @@ name: Unit Testing on: push: branches: - - gitea_actions + - main pull_request: # Allows you to run this workflow manually from the Actions tab @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 with: lfs: 'true' - token: ${{ secrets.CICD }} + token: ${{ gitea.token }} - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: