Skip to content

Commit 6641dca

Browse files
authored
ci: adopt Paketabot (#376)
1 parent 43b469d commit 6641dca

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/paketabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Paketabot
2+
3+
on:
4+
schedule:
5+
- cron: "0 0 * * 0"
6+
workflow_dispatch:
7+
8+
jobs:
9+
update:
10+
uses: cardamomcode/paketabot/.github/workflows/paketabot.yml@v1.0.0
11+
permissions:
12+
contents: read
13+
secrets:
14+
paketabot_token: ${{ secrets.PAKETABOT_TOKEN }}

0 commit comments

Comments
 (0)