Skip to content

Commit 9de71b5

Browse files
Merge pull request #81 from aboutcode-org/update-github-actions-ci
Give write access to push commits with changes
2 parents 8de1ac8 + 4fbf05d commit 9de71b5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/daily-update.yml

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

7-
permissions: {}
7+
permissions:
8+
contents: write
9+
810
jobs:
911
update_licenseDB:
1012
name: Daily LicenseDB Update

0 commit comments

Comments
 (0)