mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 02:38:44 +00:00
Create reuse-tool-license-updates.yml
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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>"
|
||||
Reference in New Issue
Block a user