Skip to content

Commit

Permalink
update origin
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmorem committed Nov 16, 2023
1 parent 9e52c49 commit 2e00070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2e00070

Please sign in to comment.