From 3042ded78b294da9a1c3f5bf0682de1a16cc9e0a Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Tue, 28 Mar 2023 19:12:49 +0800 Subject: [PATCH] ci: use github token provided by github environment instead of personal access toiken preventing looped workflows --- .github/workflows/rss.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rss.yml b/.github/workflows/rss.yml index 1a7627b..70c2cf4 100644 --- a/.github/workflows/rss.yml +++ b/.github/workflows/rss.yml @@ -13,7 +13,7 @@ jobs: - name: Check out the latest commit of the repository history uses: actions/checkout@v2 with: - token: ${{ secrets.GH_PAT }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Set up node environment uses: actions/setup-node@v3 with: