Skip to content

Commit f149719

Browse files
authored
Fix dependabot not able to access firebase token (#35)
1 parent b017c44 commit f149719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Deploy preview on pull request
2-
on: pull_request
2+
on: pull_request_target
33
jobs:
44
build_and_preview:
55
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'

0 commit comments

Comments
 (0)