From a78a675584e4a2e60928d2331af725bbca88ecd7 Mon Sep 17 00:00:00 2001 From: joeaba <77398477+joeaba@users.noreply.github.com> Date: Mon, 25 Oct 2021 11:29:49 +0530 Subject: [PATCH] Update explorer.yml --- .github/workflows/explorer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/explorer.yml b/.github/workflows/explorer.yml index aaada4deb5..a844ec2993 100644 --- a/.github/workflows/explorer.yml +++ b/.github/workflows/explorer.yml @@ -39,7 +39,7 @@ jobs: vercel-org-id: ${{ secrets.ORG_ID}} #Required vercel-project-id: ${{ secrets.PROJECT_ID}} #Required working-directory: ./explorer - scope: ${{ secrets.TEAM_ID }} + scope: ${{ secrets.TEAM_ID }} #added solana(vercel) as "TEAM_ID" push: runs-on: ubuntu-latest if: github.event_name == 'push'