Skip to content

Commit

Permalink
add action reuse.yml for generating copyright information (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvans authored Aug 10, 2023
1 parent 80d257a commit 2b9ee78
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
@@ -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 and contributors"
upstream_contact: "The CAP team <[email protected]>"

0 comments on commit 2b9ee78

Please sign in to comment.