Skip to content

arogic/cicd-playground

Repository files navigation

cicd-playground

Terraform Pull Request

Github CLI Info: https://cli.github.com/manual/

git checkout -b test-pr
# Update README.md
echo -n "GITHUB_PERSONAL_ACCESS_TOKEN" | gh auth login --with-token
gh pr create --title "updated readme" --body "Added github cli command to login"
gh pr merge test-pr -m