From 246bd29379c4682888a1f46836add4306a220cea Mon Sep 17 00:00:00 2001 From: Hiroshi Nishio Date: Wed, 27 Nov 2024 16:15:52 +0900 Subject: [PATCH] Fix an error: forge login failed --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a5adea1..da9997e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,9 +29,10 @@ jobs: run: npm install -g @forge/cli # Authenticate Forge CLI + # https://developer.atlassian.com/platform/forge/cli-reference/login/ # https://developer.atlassian.com/platform/forge/set-up-cicd/#step-2--define-your-login-details-as-variables - name: Authenticate Forge CLI - run: forge login --email ${{ secrets.FORGE_EMAIL }} --token ${{ secrets.FORGE_API_TOKEN }} + run: forge login --email ${{ secrets.FORGE_EMAIL }} --token ${{ secrets.FORGE_API_TOKEN }} --non-interactive # Enable Forge analytics # https://developer.atlassian.com/platform/forge/set-up-cicd/#understanding-usage-analytics