From 82d65bc2adaeaef94570674d30f46185e92bd9de Mon Sep 17 00:00:00 2001 From: Michael Dockter Date: Fri, 5 Jan 2024 15:05:45 -0500 Subject: [PATCH] #118 Use variables (#121) --- .github/workflows/add-to-project-garage-dependabot.yaml | 2 +- .github/workflows/add-to-project-garage.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-to-project-garage-dependabot.yaml b/.github/workflows/add-to-project-garage-dependabot.yaml index 91cb367..0d0c35b 100644 --- a/.github/workflows/add-to-project-garage-dependabot.yaml +++ b/.github/workflows/add-to-project-garage-dependabot.yaml @@ -17,5 +17,5 @@ jobs: if: ${{ env.BOOL == 'true' }} uses: actions/add-to-project@v0.5.0 with: - project-url: https://github.com/orgs/senzing-garage/projects/3 + project-url: https://github.com/orgs/${{ env.SENZING_GITHUB_ACCOUNT_NAME }}/projects/${{ env.SENZING_PROJECT_GARAGE}} github-token: ${{ secrets.SENZING_GITHUB_ACCESS_TOKEN }} diff --git a/.github/workflows/add-to-project-garage.yaml b/.github/workflows/add-to-project-garage.yaml index 4599e4e..3736892 100644 --- a/.github/workflows/add-to-project-garage.yaml +++ b/.github/workflows/add-to-project-garage.yaml @@ -12,5 +12,5 @@ jobs: - name: Assign issue to project uses: actions/add-to-project@v0.5.0 with: - project-url: https://github.com/orgs/senzing-garage/projects/3 + project-url: https://github.com/orgs/${{ env.SENZING_GITHUB_ACCOUNT_NAME }}/projects/${{ env.SENZING_PROJECT_GARAGE}} github-token: ${{ secrets.SENZING_GITHUB_ACCESS_TOKEN }}