Skip to content

Commit

Permalink
misc: another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
JuxhinDB committed Feb 4, 2025
1 parent 5eb1cd5 commit efdf372
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/update-tlds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,18 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"

- name: Set remote URL with token
run: |
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/haveibeensquatted/twistrs.git
- name: Configure Git identity
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
Expand All @@ -29,6 +35,4 @@ jobs:

- name: Run update script
run: python twistrs/data/update-psl.py
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit efdf372

Please sign in to comment.