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