nkowaokwu / igbo-api-admin

Data entry platform for the Igbo API.
https://editor.igboapi.com
Apache License 2.0
8 stars 20 forks source link

bug: try fixing github actions builld #520

Closed tony-eneh closed 8 months ago

tony-eneh commented 9 months ago
Status Type Env Vars Change Ticket
Ready Tooling No Closes #519

Problem

Github actions build fails when trying to merge a PR from a fork. Apparently environment secrets are not avaiable when running a build for PRs from forks.

Solution

Change pull_request event to pull_request_target in .github's integrations.yml file

QA

How did you test your solution?

[ ] Wrote or updated Jest or Cypress test(s)? [x] Manually QA'd the solution [ ] etc.

ijemmao commented 9 months ago

@tony-eneh it seems like this change might not work since the integration.yml file didn't start running for this branch?