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

Action workspace permissions fixes #50

Merged
merged 31 commits into from
Feb 16, 2024
Merged

Action workspace permissions fixes #50

merged 31 commits into from
Feb 16, 2024

Conversation

denis256
Copy link
Member

@denis256 denis256 commented Feb 15, 2024

Description

Included changes:

  • added step to configure action workspace permissions
  • added injection of -auto-approve for actions that require approval(with option to disable adding through input tg_add_approve)

Fixes #47.
Fixes #39.

Release Notes (draft)

Added / Removed / Updated [X].

Updated permissions settings to avoid errors like /github/home/.gitconfig: Permission denied

Added automatic adding of -auto-approve in cases when it is required.

Migration Guide

N/A

@denis256 denis256 marked this pull request as ready for review February 16, 2024 12:28
@denis256 denis256 changed the title Runners permissions fixes Action workspace permissions fixes Feb 16, 2024
Copy link

@levkohimins levkohimins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@denis256 denis256 merged commit acfff27 into main Feb 16, 2024
5 checks passed
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.

Action asking for input /github/home/.gitconfig: Permission denied
2 participants