From 73e0ac1ef1f663fac74349fb4846e7d72e064dfd Mon Sep 17 00:00:00 2001 From: TechWiz-3 Date: Thu, 13 Oct 2022 20:14:44 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20add=20token=20for=20f?= =?UTF-8?q?ast=20checking?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/linkcheck.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index f9e7b07..9d09820 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -14,3 +14,5 @@ jobs: with: whitelist_files: "codecrafters-banner.png" whitelist_links: "https://simjue.pages.dev/post/2018/07-01-go-unix-shell/,https://www.jamasoftware.com/blog/lets-write-redux/,https://learnopengl.com/In-Practice/2D-Game/Breakout,https://www.sohamkamani.com/nodejs/telegram-bot/,https://sj14.gitlab.io/post/2018-07-01-go-unix-shell/,https://www.datacamp.com" + env: + TOKEN: ${{ secrets.TOKEN }}