You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, after encountering a recent issue in VCX's CI with image publishing permissions, i checked acapy as well..
I believe something changed in the hyperledger organisation settings last week where the GITHUB_TOKEN default permissions dropped to read-only. As a result, our image-publishing jobs started getting denied..
Hi, after encountering a recent issue in VCX's CI with image publishing permissions, i checked acapy as well..
I believe something changed in the hyperledger organisation settings last week where the GITHUB_TOKEN default permissions dropped to read-only. As a result, our image-publishing jobs started getting denied..
e.g. it looks like nightly publishes of acapy have failed or skipped for the past week or so: https://github.com/hyperledger/aries-cloudagent-python/actions/workflows/nigthly.yml
last successful run: https://github.com/hyperledger/aries-cloudagent-python/actions/runs/10275685048
runs now: https://github.com/hyperledger/aries-cloudagent-python/actions/runs/10396422027/job/28790543901
(compare the github_token permissions)
For VCX, the fix appeared to be adding explicit permissions to the affected jobs:
Related fix in VCX: hyperledger/aries-vcx#1283
The text was updated successfully, but these errors were encountered: