From 04c22ebcbc3d3970428a53fe63195e2b3370bec2 Mon Sep 17 00:00:00 2001 From: TechWiz-3 Date: Fri, 26 Aug 2022 21:57:40 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20use=20fast=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/linkcheck.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index f12dff1e..41a2a654 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -7,6 +7,8 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run linksafe - uses: TechWiz-3/linksafe@main + uses: TechWiz-3/linksafe@fast with: # comma seperated lists whitelist_files: "./CODEOWNERS" + env: + TOKEN: ${{ secrets.TOKEN }}