Skip to content

Commit

Permalink
added pull_request_target to build pipeline to read repo secrets
Browse files Browse the repository at this point in the history
Signed-off-by: Akash <[email protected]>
  • Loading branch information
SkySingh04 committed Sep 22, 2024
1 parent 976d24b commit 27dcb08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
pull_request:
pull_request_target:
branches:
- main

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Lint

on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down

0 comments on commit 27dcb08

Please sign in to comment.