File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ permissions:
88
99jobs :
1010 codeql :
11+ if : github.event.repository.fork == false
1112 permissions :
1213 actions : read # for github/codeql-action/init to get workflow details
1314 contents : read # for actions/checkout to fetch code
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ permissions:
88
99jobs :
1010 create :
11+ if : github.event.repository.fork == false
1112 permissions :
1213 contents : none
1314 name : Create
9293 name : lists-php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md
9394 path : php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md
9495 update :
96+ if : github.event.repository.fork == false
9597 permissions :
9698 contents : write # for Git to git push
9799 name : Update
You can’t perform that action at this time.
0 commit comments