Skip to content

Commit

Permalink
fixed permissions of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredo committed Dec 17, 2024
1 parent a66541e commit 2ab68bf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

permissions:
contents: write
pull-requests: write

jobs:
setup:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/make-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

permissions:
contents: write
pull-requests: write

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- main

permissions:
contents: read
contents: write

jobs:
test:
Expand Down

0 comments on commit 2ab68bf

Please sign in to comment.