From df564c6a3b1e9ecec0c5cd5173cc83bc7fd36898 Mon Sep 17 00:00:00 2001 From: shufo Date: Mon, 1 Aug 2022 07:10:59 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20use=20pat=20to=20avoid=20R?= =?UTF-8?q?esource=20not=20accessible=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 6d1244e7..5836e0f8 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -11,4 +11,4 @@ jobs: - name: Contribute List uses: akhilmhdh/contributors-readme-action@v2.3.5 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}