From 3bca4e266d26798bb014c45e5482903e06c1d14c Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Tue, 28 Mar 2023 18:59:57 +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 b36d3b3..bd49f36 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.GITHUB_TOKEN }} + github_token: ${{ secrets.GH_PAT }} branch: ${{ github.ref }} \ No newline at end of file