Fix 3rd party license updater (#92)

Instead of pushing directly (since the main branch is protected) this creates a pull request
This commit is contained in:
Paulo F. Oliveira
2022-02-22 10:54:04 +00:00
committed by GitHub
parent 6c5caca0fb
commit df03a946e0
2 changed files with 21 additions and 4 deletions
@@ -17,3 +17,5 @@ jobs:
node-version: '14'
- run:
./.github/workflows/update_3rd_party_licenses.sh
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}