Skip to content

Commit 26a84d8

Browse files
committed
chore: workflow: test node z3: permissions
1 parent 3eed257 commit 26a84d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-estudo-node-z3.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212

13-
# permissions:
14-
# # Required to checkout the code
15-
# contents: read
16-
# # Required to put a comment into the pull-request
17-
# pull-requests: write
13+
permissions:
14+
# Required to checkout the code
15+
contents: read
16+
# Required to put a comment into the pull-request
17+
pull-requests: write
1818

1919
strategy:
2020
matrix:

0 commit comments

Comments
 (0)