actions / upload-artifact

MIT License
3.25k stars 736 forks source link

[feat req] - encrypted artifact #534

Open dephiros opened 9 months ago

dephiros commented 9 months ago

What would you like to be added?

Would it possible for the artifact to be encrypted using a specified key or the automatic GITHUB_TOKEN ?

Why is this needed?

Passing secrets between jobs or workflow

sidvishnoi commented 2 months ago

Another use case: we run automated end-to-end tests with Playwright and upload test results as artifact, which can contain sensitive information. We want those artifacts available only to a restricted audience.