Skip to content

Commit

Permalink
Fix Github trust issues
Browse files Browse the repository at this point in the history
It seems that Github blocks using main repo secrets by default when
using `pull_request` and changing it to `pull_request_target` fixes it.
  • Loading branch information
jehna committed Oct 6, 2024
1 parent 7f9e0b4 commit 73f0424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-gemini.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Gemini tests

on: pull_request
on: pull_request_target

jobs:
test-gemini:
Expand Down

0 comments on commit 73f0424

Please sign in to comment.