Skip to content

Commit

Permalink
Fix repository secret not picked up from pull request build.
Browse files Browse the repository at this point in the history
  • Loading branch information
gudaoxuri committed May 4, 2023
1 parent f1ed8cd commit 77b19ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CICD
on:
push:
branches: [ "main" ]
pull_request_target:
pull_request:
branches: [ "main" ]

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/leak_checker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: LeakChecker

on: [push, pull_request]
on: [push, pull_request_target]

jobs:
hello_world_job:
Expand Down

0 comments on commit 77b19ea

Please sign in to comment.