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 ea83d7e commit 9e319c7Copy full SHA for 9e319c7
1 file changed
.github/workflows/build.yml
@@ -107,9 +107,10 @@ jobs:
107
uses: actions/create-github-app-token@v2
108
id: app-token
109
with:
110
- app-id: ${{ vars.DE_CI_GHAPP_ID }}
111
- private-key: ${{ secrets.DE_CI_GHAPP_PRIVATE_KEY }}
+ app-id: ${{ vars.GRAPHING_LIBRARIES_CI_GHAPP_ID }}
+ private-key: ${{ secrets.GRAPHING_LIBRARIES_CI_GHAPP_PRIVATE_KEY }}
112
owner: ${{ github.repository_owner }}
113
+ repositories: documentation
114
115
- name: Checkout documentation repo
116
if: github.ref_name == 'update-ci' && github.repository == 'plotly/graphing-library-docs'
0 commit comments