Skip to content

Commit

Permalink
Merge pull request #233 from department-of-veterans-affairs/bp-193-re…
Browse files Browse the repository at this point in the history
…view-github-actions

Fixing github org variable
  • Loading branch information
bellepx0 authored Nov 20, 2024
2 parents dcd68b8 + 1d60729 commit fb866a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-status-across-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
github-token: ${{ secrets.GH_TOKEN }}
script: |
const orgName = "${{ github.repository_owner }}";
const orgName = process.env.GITHUB_REPOSITORY_OWNER;
const sourceProjectNumber = 1314;
const sourceProjectId = 'PVT_kwDOAFK5-84Ak8oz';
const targetProjectNumber = 1514;
Expand Down

0 comments on commit fb866a7

Please sign in to comment.