Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT]: Add owner as parameter for action_secret #2528

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

diofeher
Copy link

@diofeher diofeher commented Jan 3, 2025

Github actions secret do not support repos from another organization. The only supported repos are the same from the owner's token.


Before the change?

  • You cannot set a secret for a organization's repo using a personal access token, because the owner will be the user.

After the change?

  • You can set owner with the organization name

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • Yes
  • No

Signed-off-by: Diogenes Fernandes <[email protected]>
@diofeher diofeher marked this pull request as ready for review January 3, 2025 17:43
Signed-off-by: Diogenes Fernandes <[email protected]>
@diofeher diofeher changed the title Add owner as parameter for action_secret [FEAT]: Add owner as parameter for action_secret Jan 3, 2025
Signed-off-by: Diogenes Fernandes <[email protected]>
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.

1 participant