Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 16:31
· 31 commits to main since this release
9cbefc9
Added the option to use access tokens @boris-dyga-SM (#80)

That feature allows to access private GitHub repos, where custom conformance packs could be stored

what

  • updates to the conformance_pack submodule
  • added the acess_token variable (defaults to empty string)
  • when provided its value is implemented in the conformance pack URL allowing to access private GitHub repos

why

  • sometimes customized conformance packs are stored in repos with restricted access

references