Skip to content

docs: fix permission issues#77

Merged
dcalavrezo-qorix merged 1 commit intoeclipse-score:mainfrom
qorix-group:dcalavrezo_access
Mar 17, 2026
Merged

docs: fix permission issues#77
dcalavrezo-qorix merged 1 commit intoeclipse-score:mainfrom
qorix-group:dcalavrezo_access

Conversation

@dcalavrezo-qorix
Copy link
Contributor

The documentation deployment workflow was failing in the reusable docs pipeline because the deploy job runs softprops/turnstyle@v3, which queries the Actions API to list repository workflows. The job declared explicit permissions but omitted actions: read, so the workflow token could not access that endpoint and the deployment stopped with "Resource not accessible by integration".

Add actions: read to the docs-deploy job in the reusable workflow so the deploy token can inspect workflow state while keeping the existing GitHub Pages deployment flow unchanged.

The documentation deployment workflow was failing in the reusable docs pipeline because the deploy job runs softprops/turnstyle@v3, which queries the Actions API to list repository workflows. The job declared explicit permissions but omitted actions: read, so the workflow token could not access that endpoint and the deployment stopped with "Resource not accessible by integration".

Add actions: read to the docs-deploy job in the reusable workflow so the deploy token can inspect workflow state while keeping the existing GitHub Pages deployment flow unchanged.
@dcalavrezo-qorix dcalavrezo-qorix merged commit 1a8e510 into eclipse-score:main Mar 17, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants