Skip to content

Commit b378efd

Browse files
author
Eric Berry
authored
Create Bookmarks.yml
1 parent 5cdd564 commit b378efd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/Bookmarks.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: daily.dev Bookmarks
2+
3+
on:
4+
schedule:
5+
# Runs every hour
6+
- cron: '0 * * * *'
7+
workflow_dispatch:
8+
9+
jobs:
10+
bookmarks:
11+
name: Update this repo's README with latest bookmarks from daily.dev
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v2
15+
- uses: gautamkrishnar/blog-post-workflow@master
16+
with:
17+
comment_tag_name: BOOKMARKS
18+
feed_list: ${{ secrets.BOOKMARKS_URL }}

0 commit comments

Comments
 (0)