Skip to content

Conversation

@anveshmupparaju
Copy link
Contributor

This pull request introduces a new flow action that generates a Message Authentication Code (MAC). The action accepts the following inputs:

Key: Secret key used for MAC generation

Algorithm: Supported cryptographic algorithm (e.g., HMAC-SHA256)

Data: Input string to be authenticated

The output is a Base64-encoded MAC, ensuring compatibility with downstream systems and easy transport.

@github-actions
Copy link

github-actions bot commented Oct 8, 2025

Valid PR for ActionPack

Thank you for your contribution. This PR complies with the CONTRIBUTING.md.
A maintainer will review this shortly. In the meantime, Happy Hacking!

@ravichandra1998g ravichandra1998g self-assigned this Oct 8, 2025
@ravichandra1998g
Copy link
Contributor

Hello @anveshmupparaju ,
This action doesn't contain an error evaluation step.
Please add an error evaluation to cover the step step failure scenario.

Closing this for now. Please reopen or open a new PR after making the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants