From 8e6e9dcf6057a50e48ba64296183758d72a6f469 Mon Sep 17 00:00:00 2001 From: Anmol Baranwal Date: Sun, 4 Feb 2024 23:21:39 +0530 Subject: [PATCH] fix: console log error --- .github/workflows/save_articles.yml | 1 + action.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/save_articles.yml b/.github/workflows/save_articles.yml index 8a369b4..6718245 100644 --- a/.github/workflows/save_articles.yml +++ b/.github/workflows/save_articles.yml @@ -18,5 +18,6 @@ jobs: - name: Run DevSync Action uses: ./ # Path to the directory containing the action.yml with: + devApiKey: ${{ secrets.DEV_TOKEN }} outputDir: "/articles" branch: "core_functionalities" diff --git a/action.yml b/action.yml index 623b1fc..8d6edec 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,6 @@ inputs: devApiKey: description: 'Dev API key (required)' required: true - default: "${{ secrets.DEV_TOKEN }}" gh-token: description: 'The GitHub token for authentication.' default: ${{ github.token }}