Skip to content

Commit

Permalink
Merge pull request #8 from gitautoai/wes
Browse files Browse the repository at this point in the history
Fix an error: forge login failed
  • Loading branch information
hiroshinishio authored Nov 27, 2024
2 parents 597161a + 246bd29 commit d0a7ec1
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 d0a7ec1

Please sign in to comment.