mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-17 11:19:15 +00:00
16 lines
513 B
YAML
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>"
|