github actions: update-metadata: allow manually triggering workflow run

This commit is contained in:
nodiscc 2023-06-16 14:03:45 +02:00
parent c7e09df481
commit 9345d7c883
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -1,6 +1,7 @@
on:
schedule:
- cron: '22 22 * * *'
workflow_dispatch:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}