Files
sailing-analytics/.github/workflows/reuse-tool-license-updates.yml
T

16 lines
513 B
YAML

name: "Launch Metadata Creation Tool for REUSE"
on:
workflow_dispatch: ~
jobs:
create_metadata_proposal:
runs-on: ubuntu-latest
name: "Metadata Creation Tool"
steps:
- uses: SAP/metadata-creation-tool-for-reuse@main
with:
repository_url: "${{ github.server_url }}/${{ github.repository }}"
access_token: "${{ secrets.REUSE_ACCESS_TOKEN }}"
copyright_owner: "SAP SE or an SAP affiliate company"
upstream_contact: "Axel Uhl <axel.uhl@sap.com>"