readthedocs instructions outdated #467
Labels
No labels
Codeberg Pages
Documentation Usability
Forgejo
Good First Issue! 👋
Kind: Bug
Kind: Documentation
Kind: Enhancement
Kind: Feature
Kind: Question
Kind: Security
Licensing
Part: Generator
Priority: High
Priority: Low
Priority: Medium
Reviewed: Confirmed
Reviewed: Duplicate
Reviewed: Invalid
Reviewed: Wontfix
Status: Blocked
Status: Help wanted
Status: In progress
Status: Needs feedback
Status: Ready for Review
Status: Review
Status: Stale
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Codeberg/Documentation#467
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In early 2024, readthedocs started making a secret mandatory; https://docs.codeberg.org/advanced/using-webhooks/ still describes how to use secret-less webhooks.
I'd update the docs, but I haven't gotten it to run: With the hook and secret readthedocs gave me, I can call it manually as
but I haven't found any set of settings in Forgejo style webhooks that would produce a successful result there. (The token is apparently not sent in a
tokenfield, and all test delivieries result in a 403 with {"detail":"Authentication credentials were not provided."})Could you try using the

Authorization Headerfield and set it to a value ofToken TOKEN_HERE?Hi,
I have the same issue. Tried
token blah,Token blah,token=blahin Authorization Header. None of them works.