Skip to content
This repository was archived by the owner on Feb 7, 2021. It is now read-only.

Commit 5fcbd51

Browse files
committed
Add workflow
1 parent 320237b commit 5fcbd51

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/schedule.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
name: Update GitHub Gist with Dev-box!
3+
4+
on:
5+
schedule:
6+
- cron: '*/10 * * * *'
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/checkout@master
14+
15+
- name: Update latest post from Dev.to
16+
uses: rangerdigital/dev-box@master
17+
with:
18+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
19+
GIST_ID: ${{ secrets.GIST_ID }}
20+
DEVTO_USERNAME: ${{ secrets.DEVTO_USERNAME }}

0 commit comments

Comments
 (0)