diff --git a/.github/workflows/add-checks.yml b/.github/workflows/add-checks.yml index d848c580d41..5f1815115c2 100644 --- a/.github/workflows/add-checks.yml +++ b/.github/workflows/add-checks.yml @@ -15,12 +15,12 @@ jobs: - name: Create branch protection run: | - BRANCH_NAME=develop + BRANCH_NAME="develop" GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} # Get the repository information - REPO_OWNER=Rakshithb1 - REPO_NAME=commons + REPO_OWNER="Rakshithb1" + REPO_NAME="commons" # Create a branch protection rule using GitHub API curl -X PUT \