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

Manual-testing permissions update with a boolean. #957

Open
san-est opened this issue Sep 20, 2024 · 0 comments
Open

Manual-testing permissions update with a boolean. #957

san-est opened this issue Sep 20, 2024 · 0 comments
Assignees
Labels
github_actions Pull requests that update GitHub Actions code
Milestone

Comments

@san-est
Copy link
Contributor

san-est commented Sep 20, 2024

See if there is a way to have it based on some boolean to ask for different permissions inside test-workflow.yml.
For example if its in the context of a PR to continue asking for:

permissions: 
contents: read 
checks: write 
pull-requests: write

However, if its not in the context of PR, like a triggered manual job to ask only for:

permissions: 
contents: read
@san-est san-est added the github_actions Pull requests that update GitHub Actions code label Sep 20, 2024
@san-est san-est added this to the 0.10.0 milestone Sep 20, 2024
@san-est san-est self-assigned this Sep 20, 2024
@quiet-node quiet-node modified the milestones: 0.10.0, 0.11.0 Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

No branches or pull requests

2 participants