Skip to content

Commit

Permalink
feat: workflow for internal changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar authored Aug 25, 2023
1 parent 25071e7 commit 4ba7b59
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/changelog_internal
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: changelog
permissions: write-all
on:
push:
tags:
- "*"
workflow_dispatch:
jobs:
changelog:
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
with:
branch: 'master'
secrets:
GITHUB: ${{ secrets.GITHUB }}

0 comments on commit 4ba7b59

Please sign in to comment.