Skip to content

Commit 1434cc4

Browse files
committed
Permission test
1 parent 1c33924 commit 1434cc4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ on:
1010
- cron: "0 0 * * *"
1111
workflow_dispatch:
1212

13+
# test
14+
permissions: read-all|write-all
15+
1316
jobs:
1417

1518
test:
16-
permissions:
17-
pull-requests: write
1819
runs-on: ${{ matrix.os }}
1920
name: ${{ matrix.os }} - ${{ matrix.python }}
2021
strategy:

0 commit comments

Comments
 (0)