Skip to content

Commit ee08992

Browse files
authored
Update CI.yml
1 parent 7277e0b commit ee08992

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,9 @@ 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: actions/create-github-app-token@v2
122-
with:
123-
app-id: ${{ secrets.APP_ID }}
124-
private-key: ${{ secrets.PRIVATE_KEY }}
125118

126119
- uses: julia-actions/julia-docdeploy@v1
127120
env:
128121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
129-
DOCUMENTER_KEY: ${{ steps.app-token.outputs.token }}
122+
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
130123

0 commit comments

Comments
 (0)