diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a494f9..b602375 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,6 +28,8 @@ jobs: - name: Install Hatch uses: pypa/hatch@install - name: Run Test + env: + FYMAIL_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | hatch env create test hatch test