Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.51 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.51 KB

github-actions

  • Temporary Access Tokens

    • Get rid of PAT tokens, create temporary access token with configurable permissions instead.
  • Set Env

    • Set export scoped environment variables based on vars and secrets context.
  • Create Deployments

    • Create deployments ia GitHub api.
    • By default deployments get automatically closed based on job status.
  • Event Inputs

    • This action logs event inputs
  • OIDC Debug

    • This action logs the GitHub Actions OIDC token payload
  • Setup Git Config

    • Setup Git config to be ready for git commit and push commands
  • Create Commits

    • Create commits via GitHub api.
    • Create signed commits by using GitHub app tokens (ghs_***).
  • Create Tags

    • Create tags via GitHub api.
  • Enchanced Job Context

    • Access additional job context informations like job log url or job environment.