Skip to content

Commit

Permalink
Create monthly-copyright-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ben51degrees authored May 5, 2023
1 parent 52871ed commit af9f0df
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/monthly-copyright-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Monthly Copyright Update

on:
workflow_dispatch:
schedule:
# * is a special character in YAML so quote this string
- cron: '0 0 1 * *'

jobs:
# Run the common workflow on each pull request
Monthly_Copyright_Update:
uses: 51Degrees/common-ci/.github/workflows/monthly-copyright-update.yml@main
with:
repo-name: ${{ github.event.repository.name }}
secrets:
token: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit af9f0df

Please sign in to comment.