diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index b067747..3ec5af4 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -34,8 +34,6 @@ jobs: check-formatting: needs: setup runs-on: ubuntu-latest - secrets: - CACHIX_KEY: ${{ secrets.CACHIX_KEY }} steps: - run: ./.github/format.sh name: Run fourmolu