Frederick888 / external-editor-revived

External Editor Revived is a Thunderbird MailExtension which allows editing emails in programs such as Vim, Neovim, Emacs, etc.
GNU General Public License v3.0
110 stars 6 forks source link

ci: Fix gh-ph from public forks #126

Closed Frederick888 closed 10 months ago

Frederick888 commented 10 months ago

Changes

e6b7da6 ci: Fix gh-ph from public forks

According to [1]:

Pull requests from public forks are still considered a special case and will receive a read token regardless of these settings.

So the fix I used in [2] was wrong. This patch uses a GitHub Personal Access Token instead.

[1] https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token/ [2] https://github.com/Frederick888/external-editor-revived/commit/962e31ba2666b7d270d2645ca17ff950c1e23a86

Checklist

Is this a breaking change?

No

Test results