Delete an asset attached to a release
Usage
pb_delete(
file = NULL,
repo = guess_repo(),
tag = "latest",
.token = gh::gh_token()
)
Arguments
- file
file(s) to be deleted from the release. If
NULL
(default when argument is omitted), function will delete all attachments to the release. delete- repo
Repository name in format "owner/repo". Defaults to
guess_repo()
.- tag
tag for the GitHub release to which this data should be attached.
- .token
GitHub authentication token, see
[gh::gh_token()]