Skip to content

Commit 5ca7961

Browse files
authored
Update CI.yml
1 parent c9387f6 commit 5ca7961

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/CI.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,16 @@ jobs:
115115
shell: bash
116116
- uses: julia-actions/cache@v2
117117
- uses: julia-actions/julia-buildpkg@v1
118+
119+
- name: Generate GitHub App token
120+
id: app-token
121+
uses: peter-evans/create-github-app-token@v2
122+
with:
123+
app-id: ${{ secrets.APP_ID }}
124+
private-key: ${{ secrets.PRIVATE_KEY }}
125+
118126
- uses: julia-actions/julia-docdeploy@v1
119127
env:
120128
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
129+
DOCUMENTER_KEY: ${{ steps.app-token.outputs.token }}
130+

0 commit comments

Comments
 (0)