Closed manchicken closed 3 months ago
There appears to be a 204 case covered here, src/api/repos/secrets.rs
L157.
There is a test for this module, tests/repo_secrets_test.rs
, but it does not include the DELETE
case which responds with 204.
We need to add the test, but I expect that it will be fine.
Endpoint
DELETE /repos/{owner}/{repo}/actions/secrets/{secret_name}
has statuses 204: Delete a repository secret