Skip to content

Commit 19132f8

Browse files
committed
[CI] Don't create token for PRs from forks
1 parent 42e881c commit 19132f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: julia-cache
5151
- uses: actions/create-github-app-token@v2
5252
id: generate_token
53-
# if: ${{ ! github.event.pull_request.head.repo.fork }}
53+
if: ${{ ! github.event.pull_request.head.repo.fork }}
5454
with:
5555
app-id: "${{ secrets.NUMTERRA_BOT_ID }}"
5656
private-key: "${{ secrets.NUMTERRA_BOT_PRIVATE_KEY }}"

0 commit comments

Comments
 (0)