Skip to content

Commit

Permalink
Try to fix secret access
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonappah committed Feb 13, 2024
1 parent b744ca8 commit 7fc7fb7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
workflow_dispatch:
pull_request:
pull_request_target:
branches:
- 'develop'
- 'main'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-neon-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

on:
pull_request:
pull_request_target:
types:
- closed
paths-ignore:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy Preview

on:
pull_request:
pull_request_target:
branches:
- 'develop'
paths-ignore:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tests

on:
workflow_dispatch:
pull_request:
pull_request_target:
branches:
- 'develop'
- 'main'
Expand Down

0 comments on commit 7fc7fb7

Please sign in to comment.