Secrets Action
Version updated for https://github.com/shibme/secrets-action to version v1.0.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The secrets-action GitHub Action automates the process of writing secrets to a GitHub organization, repository, or environment directly from a workflow. It addresses the need for dynamically generating and securely storing secrets during CI/CD processes. Key capabilities include support for creating, updating, and optionally overwriting secrets with proper access permissions.
What’s Changed
- upgrade all dependencies and move to node24 (509079b)
- updating README (e8f3fa5)
- updating Readme (7dc9fd8)
- updating readme (c139364)
- renaming action (63372c4)
- updating dependencies (d83ad51)
- Initial commit with minimum working model of the action (60427a2)