Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
@adamziel Sorry to pull you in again here but after merging in #144 to see if that would work, getting a permission error now. I was hoping changing the permissions from read to write would fix that, which is what this PR does, but still getting the same error: Curious if you happen to see anything I'm missing here to make that work? Edit: see comment below but I think we need to merge this in before GitHub will pick up the changes, same as what we ran into on #144 |

What?
Try and fix permission failures on the
PR Playground PreviewworkflowWhy?
We are trying out a new approach to adding a Playground preview link to PRs. The initial work for this was merged in #144 (needed to be merged to test) and we're now seeing permission failures (see https://github.com/WordPress/ai/actions/runs/20372680375/job/58542974618).
How?
Updates the
contentspermissions fromreadtowriteto see if that fixes thingsTesting Instructions
Hopefully a Playground testing link will be added to this PR. Edit: still getting the same permission error. Looks like this may need merged first before GitHub picks up the change?