Skip to content

Commit 2591db3

Browse files
committed
Ensure secrets are accessible when triggered from fork
1 parent 821ff14 commit 2591db3

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/markdown_equations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name: markdown_equations
2121

2222
# Workflow triggers:
2323
on:
24-
pull_request:
24+
pull_request_target:
2525
branches:
2626
- develop
2727
types:

.github/workflows/markdown_tocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name: markdown_tocs
2121

2222
# Workflow triggers:
2323
on:
24-
pull_request:
24+
pull_request_target:
2525
branches:
2626
- develop
2727
types:

.github/workflows/namespace_declarations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name: namespace_declarations
2121

2222
# Workflow triggers:
2323
on:
24-
pull_request:
24+
pull_request_target:
2525
branches:
2626
- develop
2727
types:

.github/workflows/namespace_exports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name: namespace_exports
2121

2222
# Workflow triggers:
2323
on:
24-
pull_request:
24+
pull_request_target:
2525
branches:
2626
- develop
2727
types:

.github/workflows/update_contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name: update_contributors
2121

2222
# Workflow triggers:
2323
on:
24-
pull_request:
24+
pull_request_target:
2525
branches:
2626
- develop
2727
types:

.github/workflows/update_repl_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name: update_repl_docs
2121

2222
# Workflow triggers:
2323
on:
24-
pull_request:
24+
pull_request_target:
2525
branches:
2626
- develop
2727
types:

0 commit comments

Comments
 (0)