Skip to content

Commit 246bd29

Browse files
committed
Fix an error: forge login failed
1 parent 8fe61e1 commit 246bd29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ jobs:
2929
run: npm install -g @forge/cli
3030

3131
# Authenticate Forge CLI
32+
# https://developer.atlassian.com/platform/forge/cli-reference/login/
3233
# https://developer.atlassian.com/platform/forge/set-up-cicd/#step-2--define-your-login-details-as-variables
3334
- name: Authenticate Forge CLI
34-
run: forge login --email ${{ secrets.FORGE_EMAIL }} --token ${{ secrets.FORGE_API_TOKEN }}
35+
run: forge login --email ${{ secrets.FORGE_EMAIL }} --token ${{ secrets.FORGE_API_TOKEN }} --non-interactive
3536

3637
# Enable Forge analytics
3738
# https://developer.atlassian.com/platform/forge/set-up-cicd/#understanding-usage-analytics

0 commit comments

Comments
 (0)