From 2e000702729b53e74d7cf88b508d0a1d619c6dfc Mon Sep 17 00:00:00 2001 From: rushmorem Date: Thu, 16 Nov 2023 23:07:39 +0200 Subject: [PATCH] update origin --- .github/workflows/update.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index d5cd86a..ac16ce6 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -50,6 +50,7 @@ jobs: cargo doc --all-features git config --local user.email "actions@users.noreply.github.com" git config --local user.name "github-actions[bot]" + git remote remove origin git remote add origin https://rushmorem:${{ secrets.GITHUB_TOKEN }}@github.com/addr-rs/psl.git git add data/rules.txt src/list.rs git commit -m 'update the list'