We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe83846 + ed6bd50 commit 919606cCopy full SHA for 919606c
1 file changed
.github/workflows/daily-update.yml
@@ -4,13 +4,13 @@ on:
4
- cron: '0 16 * * 1-5'
5
workflow_dispatch:
6
7
-permissions:
8
- contents: write
9
-
+permissions: {}
10
jobs:
11
update_licenseDB:
12
name: Daily LicenseDB Update
13
runs-on: ubuntu-latest
+ permissions:
+ contents: write
14
15
defaults:
16
run:
@@ -32,7 +32,7 @@ jobs:
32
- name: Commit and Push to Publish
33
run: |
34
git config --global user.name 'LicenseDB Update GitHub Action'
35
- git config --global user.email 'asmahapatra@nexb.com'
+ git config --global user.email 'automation@aboutcode.org'
36
git add docs/* etc/*
37
git commit -m "Automated LicenseDB update with latest from scancode-toolkit develop"
38
git push
0 commit comments