We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d468d commit 90ac840Copy full SHA for 90ac840
.github/workflows/cl.yaml
@@ -4,6 +4,10 @@ name: Changelog Pipeline
4
on:
5
workflow_dispatch:
6
workflow_call:
7
+ secrets:
8
+ githubToken:
9
+ description: 'The GitHub token for the repository'
10
+ required: true
11
12
jobs:
13
update-changelog2:
.github/workflows/triggers_cl.yaml
@@ -26,4 +26,6 @@ jobs:
26
uses: dfm88/fastapi-two-factor-authentication/.github/workflows/cl.yaml@develop
27
permissions:
28
contents: write
29
30
+ githubToken: ${{ secrets.GITHUB_TOKEN }}
31
0 commit comments