From 1d64512c1e5ccb5dbc0f2a3c62ffee81bd95980b Mon Sep 17 00:00:00 2001 From: Yolijn Date: Tue, 21 May 2024 00:49:42 +0200 Subject: [PATCH] ci: add manual workflow option --- .github/workflows/continuous-deployment.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 37ae08c..96f8e69 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -5,6 +5,7 @@ on: branches: - main pull_request: + workflow_dispatch: jobs: continuous-integration: @@ -68,6 +69,8 @@ jobs: pnpm ls --recursive - name: Run the build script in package.json scripts + env: + NPM_TOKEN: ${{ secrets.GH_ISSUES_TOKEN }} run: | pnpm run --if-present build