From 8df725c86ff10d83546b7de7ef135af95e6b517e Mon Sep 17 00:00:00 2001 From: Evren Ceyhan Date: Tue, 22 Aug 2023 18:45:39 +0300 Subject: [PATCH] api secrets added --- .github/workflows/build-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 8ff9148..99728d1 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -11,6 +11,9 @@ jobs: uses: actions/checkout@v2 - name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. + env: + GITHUB_API_TOKEN: ${{ secrets.API_TOKEN }} + GITHUB_API_USERNAME: ${{ secrets.API_USERNAME }} run: | npm ci npm run generate