Skip to content

Commit 90ac840

Browse files
committed
feat: dispatch wf3
1 parent d9d468d commit 90ac840

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/cl.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ name: Changelog Pipeline
44
on:
55
workflow_dispatch:
66
workflow_call:
7+
secrets:
8+
githubToken:
9+
description: 'The GitHub token for the repository'
10+
required: true
711

812
jobs:
913
update-changelog2:

.github/workflows/triggers_cl.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ jobs:
2626
uses: dfm88/fastapi-two-factor-authentication/.github/workflows/cl.yaml@develop
2727
permissions:
2828
contents: write
29+
secrets:
30+
githubToken: ${{ secrets.GITHUB_TOKEN }}
2931

0 commit comments

Comments
 (0)