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 42e881c commit 19132f8Copy full SHA for 19132f8
.github/workflows/Documentation.yml
@@ -50,7 +50,7 @@ jobs:
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 }}
+ 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 }}"
0 commit comments