neiam /action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
Fix 3rd party licenses updater (action) (#202)
977eee5 · Paulo F. Oliveira · 2023-05-09 00:42
Message
{commit_body(@commit)}
Files changed
modified
.github/workflows/update_3rd_party_licenses.yml
+3
−1
@@ -1,5 +1,5 @@
| 1 | 1 | --- |
| 2 | −name: update_3rd_party_licenses | |
| 2 | +name: Update 3rd party licenses (automation) | |
| 3 | 3 | |
| 4 | 4 | on: |
| 5 | 5 | schedule: |
@@ -17,3 +17,5 @@ jobs:
| 17 | 17 | node-version: '14' |
| 18 | 18 | - run: |
| 19 | 19 | ./.github/workflows/update_3rd_party_licenses.sh |
| 20 | + env: | |
| 21 | + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
Parents: 51905b8