Skip to content

feat: use dev api key from the repo secret #5

feat: use dev api key from the repo secret

feat: use dev api key from the repo secret #5

Workflow file for this run

name: "DevSync"
on:
schedule:
- cron: "0 0 * * *" # Run daily, adjust as needed
workflow_dispatch:
push: { branches: ["main", "testing", "core_functionalities"] }
jobs:
save_articles:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run DevSync Action
uses: ./ # Path to the directory containing the action.yml
with:
# gh-token: ${{ secrets.GITHUB_TOKEN }}
# devApiKey: ${{ secrets.DEV_TOKEN }}
outputDir: "/articles"
branch: "core_functionalities"