Closed whimboo closed 7 months ago
@whimboo You'll need to update allowed actions in webdriver repo settings. I'd recommend allowing w3c/spec-prod
(all versions) and not configuring individually actions to avoid such issue in future.
To clarify, this isn't an issue with spec-prod, but rather customized permissions in WebDriver repo.
Note that this is the wrong diagnosis; WebDriver was configured to allow all w3c actions, but only pnpm/action-setup@v2
. Updating that to pnpm/action-setup@v3
should hopefully fix the problem.
GitHub actions as triggered via the workflow currently fail for the WebDriver repository: https://github.com/w3c/webdriver/actions/runs/8688977311/job/23863799091
We did not make any changes, but I can see that on April 10th a dependency upgrade was merged, which bumps
pnpm/action-setup@v2
to version 3.@sidvishnoi can you please take a look or advice what to do to get the workflow running again? Thanks!