Skip to content

Commit

Permalink
feat: add dev.to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Geun-Oh committed Feb 3, 2024
1 parent 17d406b commit 166d0b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JJANGGA0214_DEVTO_API_KEY: ${{ secrets.JJANGGA0214_DEVTO_API_KEY }}
PINETREE2_DEVTO_API_KEY: ${{ secrets.PINETREE2_DEVTO_API_KEY }}
GEUNOH_DEVTO_API_KEY: ${{ secrets.GEUNOH_DEVTO_API_KEY }}
8 changes: 8 additions & 0 deletions articles/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
jjangga0214:
dev.to:
apiKey: JJANGGA0214_DEVTO_API_KEY

pinetree2:
dev.to:
apiKey: PINETREE2_DEVTO_API_KEY

Geun-Oh:
dev.to:
apiKey: GEUNOH_DEVTO_API_KEY

0 comments on commit 166d0b4

Please sign in to comment.