Skip to content

Commit

Permalink
add license-update-wf
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Sep 29, 2023
1 parent 2a57935 commit 2a2cac5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/distribute_base_files.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Global workflow to rule them all

on:
# push:
# branches: [ master ] #or main
workflow_dispatch: {} #to enable manual triggering of the action
jobs:

replicate_changes:

runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Replicating global workflow
uses: derberg/manage-files-in-multiple-repositories@v2
with:
github_token: ${{ secrets.DEPLOY_KEY }}
patterns_to_include: 'LICENSE.md'
repos_to_ignore: json
exclude_private: true
exclude_forked: true
branches: main
committer_username: sjuergen
commit_message: "ci: update license"

0 comments on commit 2a2cac5

Please sign in to comment.