Skip to content

Commit b0942b5

Browse files
author
Jason Kai
committed
update actions permissions
1 parent 3863cc9 commit b0942b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
name: Lint code
1717
if: github.event.pull_request.merged == false
1818
runs-on: ubuntu-latest
19+
permissions:
20+
actions: write
21+
contents: read
1922
strategy:
2023
matrix:
2124
python-version: [3.8]
@@ -52,6 +55,9 @@ jobs:
5255
matrix:
5356
python-version: [3.8]
5457
redis-version: [6]
58+
permissions:
59+
actions: write
60+
contents: read
5561

5662
steps:
5763
- name: Setup environment

0 commit comments

Comments
 (0)