Skip to content

Commit c5839f5

Browse files
Merge pull request strapi#14746 from sashashura/patch-4
2 parents 879c7e2 + e80ac50 commit c5839f5

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

.github/workflows/addToProject.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- opened
77
- transferred
88

9+
permissions: {}
910
jobs:
1011
add-to-project:
1112
name: Add issue to Support Team project

.github/workflows/contributor-doc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ defaults:
1717
run:
1818
working-directory: docs
1919

20+
permissions: {}
2021
jobs:
2122
deploy:
23+
permissions:
24+
contents: write # to push pages branch (peaceiris/actions-gh-pages)
25+
2226
environment:
2327
name: github-pages
2428
url: ${{ steps.deployment.outputs.page_url }}

.github/workflows/nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- cron: '0 0 * * 2-6'
66
workflow_dispatch:
77

8+
permissions:
9+
contents: read # to fetch code (actions/checkout)
10+
811
jobs:
912
publish:
1013
name: 'Publish'

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref_name }}
1414
cancel-in-progress: true
1515

16+
permissions:
17+
contents: read # to fetch code (actions/checkout)
18+
1619
jobs:
1720
lint:
1821
name: 'lint (node: ${{ matrix.node }})'

0 commit comments

Comments
 (0)