From bcfd245dd8dc71d32f82f6a53ebd6f26a54848f3 Mon Sep 17 00:00:00 2001 From: Patrick Bernal Date: Tue, 14 Apr 2020 18:56:42 -0400 Subject: [PATCH] Update jira_test.yml --- .github/workflows/jira_test.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jira_test.yml b/.github/workflows/jira_test.yml index 2457ffb071..55932743ca 100644 --- a/.github/workflows/jira_test.yml +++ b/.github/workflows/jira_test.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: JIRA Sync # Runs when an issue is opened or reopened. on: @@ -16,7 +16,14 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - # Create an issue + # Login to Jira + - name: Login to Jira + uses: atlassian/gajira-login@master + env: + JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} + JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }} + JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }} + # Create an issue - name: Jira Create issue uses: atlassian/gajira-create@v2.0.0 with: