Skip to content

fix(ci): add actions:read permission for scheduled live checks#34

Merged
ivorclarke merged 9865 commits into
mainfrom
fix/scheduled-live-checks-actions-perm
May 11, 2026
Merged

fix(ci): add actions:read permission for scheduled live checks#34
ivorclarke merged 9865 commits into
mainfrom
fix/scheduled-live-checks-actions-perm

Conversation

@ivorclarke
Copy link
Copy Markdown
Collaborator

The openclaw-scheduled-live-checks.yml cron job fails because the calling workflow does not grant the actions: read permission that the reusable workflow needs for download-artifact/upload-artifact steps.

The nested job prepare_docker_e2e_image is requesting actions: read, but is only allowed actions: none.

Adds actions: read to both the top-level and job-level permissions blocks.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.