Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting up a live demo for sprint review (If that is what we decide we want to do.) #1880

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/app-npm-dep-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ jobs:

- name: execute py script
env:
LEVEL_FLAGS: "MINOR MAJOR" # used to determine what updates to post
JIRA_BOARD: "PIMS" # sets what JIRA board to post and pull from
JIRA_SUBTASK: "10003" # each Jira board has a different issue type for subtasks
LEVEL_FLAGS: "PATCH MINOR MAJOR" # used to determine what updates to post
JIRA_BOARD: "TES" # sets what JIRA board to post and pull from
JIRA_SUBTASK: "10113" # each Jira board has a different issue type for subtasks
JIRA_API_KEY: ${{ secrets.JIRA_API_KEY }} # key used to access JIRA API
ISSUE_BODY: ${{ env.ISSUE_BODY }} # dependency update list
run: |
Expand Down