Skip to content

Commit

Permalink
fix permissions on Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Apr 13, 2024
1 parent 4cfefc2 commit 94c16c1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/live-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:

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

jobs:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/multiple-files.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Test Multipli File
on:
pull_request:

permissions:
contents: write
pull-requests: write

jobs:
test-multiple-files:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
push:

permissions:
contents: write
pull-requests: write

jobs:
test-branch:
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/update-coverage-on-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
push:
branches:
- test-branch

permissions:
contents: write
pull-requests: write

jobs:
update-coverage-on-readme:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 94c16c1

Please sign in to comment.