Skip to content

Commit

Permalink
feat(config): update articles configs/credentials in CI (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudosubin authored Mar 10, 2024
1 parent 273a635 commit 6ee0840
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
node-version-file: ".nvmrc"
cache: pnpm

- name: Install dependencies
Expand Down Expand Up @@ -74,6 +74,8 @@ jobs:
pnpm haetae publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONTRIBUTIONS_DEVTO_API_KEY: ${{ secrets.CONTRIBUTIONS_DEVTO_API_KEY }}
GEUNOH_DEVTO_API_KEY: ${{ secrets.GEUNOH_DEVTO_API_KEY }}
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 }}
SUDOSUBIN_DEVTO_API_KEY: ${{ secrets.SUDOSUBIN_DEVTO_API_KEY }}
16 changes: 10 additions & 6 deletions articles/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
contributions:
dev.to:
apiKey: CONTRIBUTIONS_DEVTO_API_KEY

Geun-Oh:
dev.to:
apiKey: GEUNOH_DEVTO_API_KEY

jjangga0214:
dev.to:
apiKey: JJANGGA0214_DEVTO_API_KEY
Expand All @@ -6,10 +14,6 @@ pinetree2:
dev.to:
apiKey: PINETREE2_DEVTO_API_KEY

Geun-Oh:
sudosubin:
dev.to:
apiKey: GEUNOH_DEVTO_API_KEY

contributions:
dev.to:
apiKey: CONTRIBUTIONS_DEVTO_API_KEY
apiKey: SUDOSUBIN_DEVTO_API_KEY

0 comments on commit 6ee0840

Please sign in to comment.