File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 implement :
3939 runs-on : ubuntu-latest
4040 timeout-minutes : 60
41- environment : staging
41+ environment : jira-codex
4242 steps :
4343 - name : Checkout
4444 uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
9494 - name : Fetch Jira issue JSON
9595 id : issue
9696 env :
97- JIRA_BASE_URL : ${{ secrets .JIRA_BASE_URL }}
97+ JIRA_BASE_URL : ${{ vars .JIRA_BASE_URL }}
9898 JIRA_EMAIL : ${{ secrets.JIRA_EMAIL }}
9999 JIRA_API_TOKEN : ${{ secrets.JIRA_API_TOKEN }}
100100 JIRA_KEY : ${{ steps.jira.outputs.JIRA_KEY }}
@@ -374,7 +374,7 @@ jobs:
374374
375375 - name : Comment back on Jira with PR link
376376 env :
377- JIRA_BASE_URL : ${{ secrets .JIRA_BASE_URL }}
377+ JIRA_BASE_URL : ${{ vars .JIRA_BASE_URL }}
378378 JIRA_EMAIL : ${{ secrets.JIRA_EMAIL }}
379379 JIRA_API_TOKEN : ${{ secrets.JIRA_API_TOKEN }}
380380 JIRA_KEY : ${{ steps.jira.outputs.JIRA_KEY }}
You can’t perform that action at this time.
0 commit comments