Skip to content

Commit de44cda

Browse files
authored
[CI] pull_request_target workflows trigger (#174)
Changed test workflow trigger to 'pull_request_target' to allow for id-token write permissions to authenticate with AWS Changed repo permissions to disallow external users from running fork PR workflows without an approval to make sure this isn't a security issue. This configuration will allow us to work until we can resolve this with a similar solution to `copy-pr-bot` --------- Signed-off-by: Jonathan Swartz <[email protected]>
1 parent 29f16b3 commit de44cda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cu128.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: fVDB CUDA 12.8.1 Build and Test
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
branches:
66
- '**'
77
paths-ignore:

.github/workflows/cu129.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: fVDB CUDA 12.9.1 Build and Test
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
branches:
66
- '**'
77
paths-ignore:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: fVDB Unit Tests
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
branches:
66
- '**'
77
paths-ignore:

0 commit comments

Comments
 (0)