Skip to content

Commit

Permalink
Update add-checks.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshith B <[email protected]>
  • Loading branch information
Rakshithb1 authored Jan 12, 2024
1 parent 9abc231 commit 272f967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

- name: Create branch protection
run: |
BRANCH_NAME="your-branch-name"
GITHUB_TOKEN=${{ secrets.$GITHUB_TOKEN }}
BRANCH_NAME="develop"
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
# Get the repository information
REPO_OWNER=$(echo $GITHUB_REPOSITORY | cut -d '/' -f 1)
Expand Down

0 comments on commit 272f967

Please sign in to comment.