Skip to content

tmforum-apis/tmf-api-commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

TMF API Commons

A shared commons of scripts and actions supporting the TM Forum API ecosystem.

The authoritative source of all API information is the TM Forum API Directory.

GitHub Actions

This repository hosts the reusable GitHub actions used by the other repositories in the org.

Action: Release TM Forum API

Accepts a TM Forum API identity (e.g. TMF123), and creates a release with any un-tagged version it finds in the online directory.

Use this action in a repository:

name: API release

on:
  workflow_dispatch:

permissions:
  contents: write

jobs:
  call-api-release-workflow:
    uses: tmforum-apis/tmf-api-commons/.github/workflows/release-api.yml@main
    with:
      api_name: TMF123 # Edit this line and set the API to fetch and publish

About

A shared commons of scripts and actions supporting the TM Forum API ecosystem.

Resources

Stars

Watchers

Forks