Skip to content

Commit 8a5f7b0

Browse files
committed
fix: Ensure GitHub app token is created for both "apidocs" and "preview.apidocs"
This addresses the following error when attempting to push the branch into the "preview.apidocs.slicer.org" repository: > remote: Permission to Slicer/preview.apidocs.slicer.org.git denied to slicer-app[bot]. > fatal: unable to access 'https://github.com/Slicer/preview.apidocs.slicer.org/': The requested URL returned error: 403
1 parent 441f764 commit 8a5f7b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/doxygen-build-and-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ jobs:
180180
with:
181181
app-id: ${{ vars.SLICER_APP_ID }}
182182
private-key: ${{ secrets.SLICER_APP_PRIVATE_KEY }}
183+
owner: Slicer
184+
repositories: |
185+
apidocs.slicer.org
186+
preview.apidocs.slicer.org
183187
184188
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
185189
with:

0 commit comments

Comments
 (0)