Skip to content

Commit

Permalink
Update update-metadata.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
theletterf authored Jun 5, 2024
1 parent 281d8d9 commit 1235f5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Update metadata files for APM

on:
workflow_dispatch:
schedule:
- cron: "30 1 1,15 * *"

permissions:
contents: write
Expand All @@ -23,4 +25,4 @@ jobs:
- run: ./scripts/update-all.sh
env:
GH_TOKEN: ${{ secrets.UPDATE_TOKEN }}
GH_TOKEN: ${{ secrets.UPDATE_TOKEN }}

0 comments on commit 1235f5b

Please sign in to comment.