Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/spec-update.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
name: 'Spec File Update Workflow'
run-name: 'Spec File Update Workflow: ${{ github.event.inputs.service }}-${{ github.event.inputs.ref }}'

# Notes:
# To use this workflow as a service owner:
# 1. Ask an SAP Cloud SDK for AI team member to add you to the service-owner team (read access is enough).
# 2. Generate a fine-grained PAT with:
# - repo access: SAP/ai-sdk-js and SAP/ai-sdk-java (you have to select SAP as the resource owner to see these repos)
# - permissions: Actions - read and write
#. - token expiration: up to you, you are responsible for rotation
# 3. Save the PAT as a secret under `PUBLIC_GITHUB_SDKS_PAT`.
# 4. Ask an SAP Cloud SDK for AI team member to create the sdk-integration and sdk-integration-cleanup workflows.

on:
workflow_dispatch:
inputs:
Expand Down