Skip to content

Commit

Permalink
Fix an error: forge login failed
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshinishio committed Nov 27, 2024
1 parent 8fe61e1 commit 246bd29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 246bd29

Please sign in to comment.