postalserver / docs

📚 Documentation for the Postal mail server!
https://docs.postalserver.io
136 stars 59 forks source link

Surge previews are not working #14

Closed jaydrogers closed 1 year ago

jaydrogers commented 2 years ago

Problem

Surge previews are no longer building. The Github Action is failing with the error message of

Error: Resource not accessible by integration

Example

https://github.com/postalserver/docs/pull/13/checks?check_run_id=3827495234#step:3:13

Impact

Possible Cause

Github has an explanation on their blog: https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/

Moving forward

Let me know if you have any thoughts or ideas!

willpower232 commented 2 years ago

Interesting that the command apparently succeeded in that the URL is still working https://postalserver-docs-preview-pr-13.surge.sh

Edit: some interesting information https://github.com/actions/first-interaction/issues/10

jaydrogers commented 1 year ago

Seems to be fixed by https://github.com/postalserver/docs/pull/37 🥳