Skip to content

ci: grant deploy workflow contents write permission#170

Merged
AmitMY merged 1 commit into
masterfrom
fix/deploy-permissions
Jul 6, 2026
Merged

ci: grant deploy workflow contents write permission#170
AmitMY merged 1 commit into
masterfrom
fix/deploy-permissions

Conversation

@AmitMY

@AmitMY AmitMY commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

The "Build and Deploy" workflow has been failing on master since June: the gh-pages push gets a 403 because the default GITHUB_TOKEN is read-only and deploy.yml never requests write access. format-bib.yml already declares permissions: contents: write — this adds the same block to the deploy job.

Failing run for reference: https://github.com/sign-language-processing/sign-language-processing.github.io/actions/runs/28778740735

🤖 Generated with Claude Code

The default GITHUB_TOKEN is read-only, so the gh-pages push in the
deploy step fails with 403. format-bib.yml already declares this
permission; deploy.yml was missing it.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@AmitMY AmitMY merged commit 2a7cb07 into master Jul 6, 2026
1 check passed
@AmitMY AmitMY deleted the fix/deploy-permissions branch July 6, 2026 08:40
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.

1 participant