8000 Automation: update setup-beam version output to e7c76e5 · erlef/setup-beam@d2ccea2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update 3rd party licenses (automation) #922

Update 3rd party licenses (automation)

Update 3rd party licenses (automation) #922

---
name: Update 3rd party licenses (automation)
on:
schedule:
- cron: '0 12 * * *'
workflow_dispatch:
jobs:
update:
name: Update 3rd party licenses
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run:
./.github/workflows/update_3rd_party_licenses.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0