Skip to content

Commit

Permalink
Fix 3rd party licenses updater (action) (#202)
Browse files Browse the repository at this point in the history
* Act on CI results: fix as per what GitHub Actions is requesting

Seems to have worked up until recently, but then it started
breaking :shrug

* Name the workflow a little better
  • Loading branch information
paulo-ferraz-oliveira authored May 9, 2023
1 parent 51905b8 commit 977eee5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update_3rd_party_licenses.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: update_3rd_party_licenses
name: Update 3rd party licenses (automation)

on:
schedule:
Expand All @@ -17,3 +17,5 @@ jobs:
node-version: '14'
- run:
./.github/workflows/update_3rd_party_licenses.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 977eee5

Please sign in to comment.