From d5a80b6ed757771128d4f61667e40031ccc019c9 Mon Sep 17 00:00:00 2001 From: Michael Dockter Date: Fri, 5 Jan 2024 15:21:15 -0500 Subject: [PATCH] #122 Use vars instead of env (#123) --- .github/workflows/add-to-project-garage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-project-garage.yaml b/.github/workflows/add-to-project-garage.yaml index 3736892..abaf5ae 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/${{ env.SENZING_GITHUB_ACCOUNT_NAME }}/projects/${{ env.SENZING_PROJECT_GARAGE}} + project-url: https://github.com/orgs/${{ vars.SENZING_GITHUB_ACCOUNT_NAME }}/projects/${{ vars.SENZING_PROJECT_GARAGE}} github-token: ${{ secrets.SENZING_GITHUB_ACCESS_TOKEN }}