From 5fd9615cd55732d22c87a0fb2a2705002153b0b0 Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Tue, 28 Mar 2023 19:04:27 +0800 Subject: [PATCH] ci: use personally access token istead of prebuilt github token --- .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 bd49f36..dd64fb3 100644 --- a/.github/workflows/rss.yml +++ b/.github/workflows/rss.yml @@ -34,5 +34,5 @@ jobs: - name: Push changes to remote repository uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.GH_PAT }} + github_token: ${{ secrets.GH_PAT }} # personal access token branch: ${{ github.ref }} \ No newline at end of file