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: