Skip to content

Commit 919606c

Browse files
Merge pull request #82 from aboutcode-org/update-github-actions-ci
Update github actions CI
2 parents fe83846 + ed6bd50 commit 919606c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/daily-update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
- cron: '0 16 * * 1-5'
55
workflow_dispatch:
66

7-
permissions:
8-
contents: write
9-
7+
permissions: {}
108
jobs:
119
update_licenseDB:
1210
name: Daily LicenseDB Update
1311
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1414

1515
defaults:
1616
run:
@@ -32,7 +32,7 @@ jobs:
3232
- name: Commit and Push to Publish
3333
run: |
3434
git config --global user.name 'LicenseDB Update GitHub Action'
35-
git config --global user.email 'asmahapatra@nexb.com'
35+
git config --global user.email 'automation@aboutcode.org'
3636
git add docs/* etc/*
3737
git commit -m "Automated LicenseDB update with latest from scancode-toolkit develop"
3838
git push

0 commit comments

Comments
 (0)