Skip to content

Commit

Permalink
Update check-for-releases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcazalas authored Oct 7, 2023
1 parent 4689771 commit 480185a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-for-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:
run: npm install

- name: Check for Release
uses: octokit/[email protected]
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: |
Expand Down

0 comments on commit 480185a

Please sign in to comment.