소스 검색

Merge pull request #3914 from turrisxyz/setup-permissions

chore: Set permissions for GitHub actions
master
Voxin Muyli 2 년 전
부모
커밋
d847076909
No account linked to committer's email address
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      .github/workflows/test.yml

+ 3
- 0
.github/workflows/test.yml 파일 보기

@@ -8,6 +8,9 @@ on:
8 8
     branches:
9 9
       - master
10 10
 
11
+permissions:
12
+  contents: read
13
+
11 14
 jobs:
12 15
   test:
13 16
     name: Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }}

Loading…
취소
저장