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 bf13c54 commit 33d234bCopy full SHA for 33d234b
.github/workflows/Documentation.yml
@@ -48,9 +48,15 @@ jobs:
48
version: "min"
49
- uses: julia-actions/cache@v2
50
id: julia-cache
51
+ - uses: actions/create-github-app-token@v2
52
+ id: generate_token
53
+ # if: ${{ ! github.event.pull_request.head.repo.fork }}
54
+ with:
55
+ app-id: "${{ secrets.NUMTERRA_BOT_ID }}"
56
+ private-key: "${{ secrets.NUMTERRA_BOT_PRIVATE_KEY }}"
57
- uses: julia-actions/julia-docdeploy@v1
58
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
+ GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
60
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
61
- name: Save Julia depot cache on cancel or failure
62
id: julia-cache-save
0 commit comments