File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+ # Set Forge credentials
9+ # https://developer.atlassian.com/platform/forge/cli-reference/login/
10+ # https://developer.atlassian.com/platform/forge/set-up-cicd/#step-2--define-your-login-details-as-variables
11+ env :
12+ FORGE_EMAIL : ${{ secrets.FORGE_EMAIL }}
13+ FORGE_API_TOKEN : ${{ secrets.FORGE_API_TOKEN }}
14+
815jobs :
916 deploy :
1017 runs-on : ubuntu-latest
3340 - name : Enable Forge analytics
3441 run : forge settings set usage-analytics true
3542
36- # Authenticate Forge CLI
37- # https://developer.atlassian.com/platform/forge/cli-reference/login/
38- # https://developer.atlassian.com/platform/forge/set-up-cicd/#step-2--define-your-login-details-as-variables
39- - name : Authenticate Forge CLI
40- run : forge login --email ${{ secrets.FORGE_EMAIL }} --token ${{ secrets.FORGE_API_TOKEN }} --non-interactive
41-
4243 # Run Forge lint
4344 - name : Run Forge lint
4445 run : forge lint --fix
You can’t perform that action at this time.
0 commit comments