diff --git a/.changeset/silly-files-hear.md b/.changeset/silly-files-hear.md new file mode 100644 index 00000000..a845151c --- /dev/null +++ b/.changeset/silly-files-hear.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/revalidate-install.yml b/.github/workflows/revalidate-install.yml new file mode 100644 index 00000000..a053841d --- /dev/null +++ b/.github/workflows/revalidate-install.yml @@ -0,0 +1,18 @@ +name: Revalidate install script + +on: + push: + branches: [main] + paths: [install.sh] + +permissions: {} + +jobs: + revalidate: + runs-on: ubuntu-latest + steps: + - name: Revalidate install script cache + run: | + curl -X POST https://clerk.com/api/revalidate-install \ + -H "Authorization: Bearer ${{ secrets.INSTALL_REVALIDATE_SECRET }}" \ + --fail --silent --show-error