Skip to content

Commit

Permalink
Update org and project number in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
eflumerf committed Jun 25, 2024
1 parent 5bd9c06 commit f347acd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/track_new_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- name: Get project data
env:
GITHUB_TOKEN: ${{ secrets.BOT_CI_ISSUES }}
ORGANIZATION: art-daq
PROJECT_NUMBER: 1
ORGANIZATION: Mu2e
PROJECT_NUMBER: 6
run: |
gh api graphql -f query='
query($org: String!, $number: Int!) {
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/track_new_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- name: Get project data
env:
GITHUB_TOKEN: ${{ secrets.BOT_CI_ISSUES }}
ORGANIZATION: art-daq
PROJECT_NUMBER: 1
ORGANIZATION: Mu2e
PROJECT_NUMBER: 6
run: |
gh api graphql -f query='
query($org: String!, $number: Int!) {
Expand Down

0 comments on commit f347acd

Please sign in to comment.