Skip to content

Commit 8af9d39

Browse files
Merge pull request #83 from aboutcode-org/update-github-actions-ci
Fix github actions CI failures
2 parents 919606c + 6ee5858 commit 8af9d39

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/daily-update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131

3232
- name: Commit and Push to Publish
3333
run: |
34+
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
3435
git config --global user.name 'LicenseDB Update GitHub Action'
3536
git config --global user.email 'automation@aboutcode.org'
3637
git add docs/* etc/*

0 commit comments

Comments
 (0)