There was an error while loading. Please reload this page.
2 parents 919606c + 6ee5858 commit 8af9d39Copy full SHA for 8af9d39
1 file changed
.github/workflows/daily-update.yml
@@ -31,6 +31,7 @@ jobs:
31
32
- name: Commit and Push to Publish
33
run: |
34
+ git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
35
git config --global user.name 'LicenseDB Update GitHub Action'
36
git config --global user.email 'automation@aboutcode.org'
37
git add docs/* etc/*
0 commit comments