Skip to content

Commit

Permalink
wip: fixed permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Apr 22, 2024
1 parent 2b58fda commit dbce881
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ on:
description: "Codecov repo token"

permissions:
contents: write # so it can comment
contents: write # to comment on coverage.

defaults:
run:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/on-push-quick.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
on:
push:

permissions:
contents: write # required by build-test to comment on coverage but not used here.

defaults:
run:
shell: bash --noprofile --norc -x -eo pipefail {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:


permissions:
contents: write # so it can comment
contents: write # required by build-test to comment on coverage but not used here.

defaults:
run:
Expand Down

0 comments on commit dbce881

Please sign in to comment.