Skip to content

Commit

Permalink
feat: dispatch wf3
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm88 committed Mar 9, 2024
1 parent d9d468d commit 90ac840
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ name: Changelog Pipeline
on:
workflow_dispatch:
workflow_call:
secrets:
githubToken:
description: 'The GitHub token for the repository'
required: true

jobs:
update-changelog2:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/triggers_cl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
uses: dfm88/fastapi-two-factor-authentication/.github/workflows/cl.yaml@develop
permissions:
contents: write
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 90ac840

Please sign in to comment.