From 480185a2b6e613a4b0abb0d315e25bcc21285223 Mon Sep 17 00:00:00 2001 From: Josh Cazalas <73436834+joshcazalas@users.noreply.github.com> Date: Sat, 7 Oct 2023 15:41:31 -0500 Subject: [PATCH] Update check-for-releases.yml --- .github/workflows/check-for-releases.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/check-for-releases.yml b/.github/workflows/check-for-releases.yml index d4c410f..a40c193 100644 --- a/.github/workflows/check-for-releases.yml +++ b/.github/workflows/check-for-releases.yml @@ -20,11 +20,10 @@ jobs: run: npm install - name: Check for Release - uses: octokit/rest.js@v20.0.2 with: github-token: ${{ secrets.EXTERNAL_REPO_PAT }} method: GET - url: https://api.github.com/repos/other-person/other-repo/releases/latest + url: https://api.github.com/repos/Snowflake-Labs/terraform-provider-snowflake/releases/latest - name: Print Release Info run: |