Skip to content

Commit

Permalink
update actions permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj committed Oct 5, 2023
1 parent 3863cc9 commit b0942b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
name: Lint code
if: github.event.pull_request.merged == false
runs-on: ubuntu-latest
permissions:
actions: write
contents: read
strategy:
matrix:
python-version: [3.8]
Expand Down Expand Up @@ -52,6 +55,9 @@ jobs:
matrix:
python-version: [3.8]
redis-version: [6]
permissions:
actions: write
contents: read

steps:
- name: Setup environment
Expand Down

0 comments on commit b0942b5

Please sign in to comment.