We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe61e1 commit 246bd29Copy full SHA for 246bd29
.github/workflows/deploy.yml
@@ -29,9 +29,10 @@ jobs:
29
run: npm install -g @forge/cli
30
31
# Authenticate Forge CLI
32
+ # https://developer.atlassian.com/platform/forge/cli-reference/login/
33
# https://developer.atlassian.com/platform/forge/set-up-cicd/#step-2--define-your-login-details-as-variables
34
- name: Authenticate Forge CLI
- 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
36
37
# Enable Forge analytics
38
# https://developer.atlassian.com/platform/forge/set-up-cicd/#understanding-usage-analytics
0 commit comments