/sandbox-play-framework

Primary LanguageJavaApache License 2.0Apache-2.0

summary

  • simple app with unit tests
  • current goal is to test GitHub actions
  • sdk env
  • ./test.sh

notes

  • go to profile -> settings -> developer settings

  • create access token (e.g. github_pat_ABC123)

  • then: git remote set-url origin https://codetojoy:github_pat_ABC123@github.com/codetojoy/sandbox-play-framework.git

  • go to repo -> settings -> branches

  • add branch protection rule

  • see https://stackoverflow.com/questions/68554735