Skip to content

Commit 9e319c7

Browse files
committed
Update build.yml
1 parent ea83d7e commit 9e319c7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,10 @@ jobs:
107107
uses: actions/create-github-app-token@v2
108108
id: app-token
109109
with:
110-
app-id: ${{ vars.DE_CI_GHAPP_ID }}
111-
private-key: ${{ secrets.DE_CI_GHAPP_PRIVATE_KEY }}
110+
app-id: ${{ vars.GRAPHING_LIBRARIES_CI_GHAPP_ID }}
111+
private-key: ${{ secrets.GRAPHING_LIBRARIES_CI_GHAPP_PRIVATE_KEY }}
112112
owner: ${{ github.repository_owner }}
113+
repositories: documentation
113114

114115
- name: Checkout documentation repo
115116
if: github.ref_name == 'update-ci' && github.repository == 'plotly/graphing-library-docs'

0 commit comments

Comments
 (0)