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

Fix extract-turnin permissions #53

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

Conversation

innerout
Copy link

@innerout innerout commented Nov 5, 2022

This PR grants only read-write permissions to the owner that calls extract-turnin and no permissions for group,others.

@innerout innerout force-pushed the fix-extract-perms branch 12 times, most recently from 9d1b1c9 to 9f206d8 Compare November 5, 2022 11:01
@innerout
Copy link
Author

innerout commented Nov 5, 2022

Hi @zakkak, do you have any idea why this test fails? I tried many things, but it seems I am missing something.

pull_request:
paths:
- 'src/**'
- 'Makefile'
- '.github/workflows/main.yml'

- 'scripts/**'
Copy link
Owner

@zakkak zakkak Nov 7, 2022

Choose a reason for hiding this comment

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

Suggested change
- 'scripts/**'
- 'scripts/**'

Let's keep the newline here :)

@zakkak
Copy link
Owner

zakkak commented Nov 7, 2022

Hi @zakkak, do you have any idea why this test fails? I tried many things, but it seems I am missing something.

Nope, you will need to figure out which command is the one that fails and then see why. Maybe using set -x will help with that.

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.

Weak Permission Set for turnin_extract
2 participants