Skip to content

Commit 7516cfa

Browse files
committed
Remove permissions from publish-unit-test-result-action that are not needed for public repos
1 parent b276757 commit 7516cfa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ jobs:
6363
needs: [test-game-logic, cypress-run]
6464
runs-on: ubuntu-latest
6565
permissions:
66-
# TODO: Remove this permission upon making repo public
67-
contents: read
68-
# TODO: Remove this permission upon making repo public
69-
issues: read
7066
checks: write
7167
pull-requests: write
7268
steps:

0 commit comments

Comments
 (0)