feat: add token

pull/5/head
Yi Liu 2 years ago committed by GitHub
parent 59dad9ff0e
commit f27ef55e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/convert_to_json.yml

@ -36,4 +36,6 @@ jobs:
run: |
git add urls.json
git commit -m "Update urls.json"
git push
git push
env:
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_TOKEN }}

Loading…
Cancel
Save