There was an error while loading. Please reload this page.
2 parents 89b2566 + c9735bc commit 0ac4874Copy full SHA for 0ac4874
2 files changed
.github/workflows/codeql.yml
@@ -8,6 +8,7 @@ permissions:
8
9
jobs:
10
codeql:
11
+ if: github.event.repository.fork == false
12
permissions:
13
actions: read # for github/codeql-action/init to get workflow details
14
contents: read # for actions/checkout to fetch code
.github/workflows/docs.yml
create:
contents: none
name: Create
@@ -92,6 +93,7 @@ jobs:
92
93
name: lists-php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md
94
path: php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md
95
update:
96
97
98
contents: write # for Git to git push
99
name: Update
0 commit comments