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 8109338 commit 6693aceCopy full SHA for 6693ace
1 file changed
.github/workflows/config-docs-update.yml
@@ -36,7 +36,8 @@ jobs:
36
env:
37
# NB: The default GITHUB_TOKEN is scoped to the repository where
38
# the workflow is running, thus can't trigger workflows in other
39
- # repos. Requires a PAT with `write` role to the target instead.
40
- GH_TOKEN: "${{ secrets.BOT_RELEASE_TOKEN }}"
+ # repos. Requires a PAT with `Actions: Read / Write` permission
+ # on the target instead.
41
+ GH_TOKEN: "${{ secrets.CONFIG_DOCS_UPDATE_GITHUB_TOKEN }}"
42
run: |-
- gh workflow run update-config-docs.yml -R DependencyTrack/hyades
43
+ gh workflow run update-config-docs.yml -R DependencyTrack/hyades
0 commit comments