If you’ve worked with GitHub Actions in open source projects, you might encounter a hard-to-debug error where repository secrets are simply empty. That’s probably because the PR is from a forked repository! Here’s a little learning we had after losing a bunch of time figuring this out: Our PR from a fork was using empty strings for repository secrets # github-activity is a tool we help maintain for generating changelogs from a wider variety of contributions than GitHub’s defaults. We ...