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: added permissions (pull-requests: read) setting to workflow and README example #215

Merged
merged 10 commits into from
May 16, 2023
Prev Previous commit
Next Next commit
test: changed permissions.contents to none in test.yml
  • Loading branch information
natterstefan committed Apr 29, 2023
commit 3cdd34ecd90f175512a869a8acb37d1248feae7c
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- synchronize

permissions:
contents: read
contents: none

jobs:
main:
Expand Down