Skip to content

[Feature Request]: Remove "Delete signing key files" step from all workflows #183

@tyrann0us

Description

@tyrann0us

Is your feature request related to a problem?

The "Delete signing key files" step is included in the workflows, although it is unnecessary since the SSH key files are not sensitive. It adds unnecessary complexity (e.g., declaring a local env variable just to check if the step should be executed) and according to the documentation, the runner.temp directory "is emptied at the beginning and end of each job" anyway.

Describe the desired solution

The "Delete signing key files" step should be removed from all workflows.

Describe the alternatives that you have considered

An alternative would be to run the "Delete signing key files" step based on the existence of the key files using hashFiles(). However, this would not work because hashFiles() only has access to files in the GITHUB_WORKSPACE, and the necessary files are in the runner.temp directory.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions