Skip to content

Commit 58b10b6

Browse files
committed
Build-Docs Fix generation of github app token for TRAP-Docs repo 07/28/2024 | 24w30a1
1 parent 156e5f9 commit 58b10b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
with:
5656
app-id: ${{ secrets.APP_ID }}
5757
private-key: ${{ secrets.APP_PRIVATE_KEY }}
58+
owner: ${{ github.repository_owner }}
59+
repositories: "TRAP-Docs"
5860
- name: Retrieve new docs version
5961
id: get-docs-version
6062
run: echo "DOCS_VERSION=$(grep -oP -m 1 '\d+w\d+[a-zA-Z]+\d+' .modules/generatedocs/pages/changelog.md)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)