mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-17 19:04:13 +03:00
14 lines
294 B
YAML
14 lines
294 B
YAML
|
name: "Automated releases"
|
||
|
on:
|
||
|
schedule:
|
||
|
# "At 00:00 on Sunday" (https://crontab.guru/once-a-week)
|
||
|
- cron: "0 0 * * 0"
|
||
|
|
||
|
jobs:
|
||
|
release:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: simple-icons/release-action@master
|
||
|
with:
|
||
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|