From d43ee154d036ab863ced60516fea0b31baba88af Mon Sep 17 00:00:00 2001 From: zomars Date: Wed, 16 Nov 2022 14:38:15 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e477249b7..62a362c655 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,4 +8,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - run: curl -X POST -d {} ${{ secrets.VERCEL_VERSIONED_DEPLOY_HOOK }} + - uses: actions/checkout@v2 + with: + token: ${{ secrets.GH_ACCESS_TOKEN }} + - run: git push origin +main:production