`.github/workflows/deploy_unified_header.yml` needs `permissions: contents: write`
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 82/100
Research direction
Open .github/workflows/deploy_unified_header.yml and inspect the job that performs git push. Add the requested contents write permission, then validate the workflow configuration and confirm the deployment push can still run after the repository's default GitHub Actions permissions become read-only.
Written by the indexing model from the issue text.
Description
Due to
https://www.stepsecurity.io/blog/hackerbot-claw-github-actions-exploitation
we'll be changing the default GHA permissions for boostorg to read-only.
Since .github/workflows/deploy_unified_header.yml does git push, it will need to be updated to contain
permissions:
contents:
write
(https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#permissions)
I'd also recommend enabling branch protection, so that the master and develop branches can't be rewritten or deleted.
- Dominant language
- C++
- Stars
- 182
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from boostorg/parser
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 1/5 Under an hour Newbie friendliness 20/100
-
Difficulty 3/5 1-2 days Newbie friendliness 55/100
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
Similar issues
-
ai_reviewed
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
ydb-platform/ydb#53869 · 3 comments ·
-
bug cert blocker needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
project-chip/connectedhomeip#74373 ·
-
upstream update
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
conan-io/conan-center-index#31035 ·
-
Bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
documentation
Difficulty 1/5 Under an hour Newbie friendliness 85/100
vllm-project/vllm-ascend#17329 ·