Skip to content

Commit 6ee5858

Browse files
Fix github actions CI failures
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent ed6bd50 commit 6ee5858

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)