Skip to content

Commit

Permalink
feat: added changelog.yml file use shared workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vibutigoyal committed May 11, 2023
1 parent 0af31d4 commit 6e55385
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: changelog
permissions: write-all
on:
push:
tags:
- "*"
workflow_dispatch:
jobs:
changelog:
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
secrets: inherit
with:
branch: 'master'

0 comments on commit 6e55385

Please sign in to comment.