Skip to content

Commit 91ffa75

Browse files
committed
github sync: Fix destination project for new PRs
1 parent 39c6348 commit 91ffa75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/new_prs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
JIRA_PASS: ${{ secrets.JIRA_PASS }}
22-
JIRA_PROJECT: IDFGH
22+
JIRA_PROJECT: AUD
2323
JIRA_URL: ${{ secrets.JIRA_URL }}
2424
JIRA_USER: ${{ secrets.JIRA_USER }}

0 commit comments

Comments
 (0)