Skip to content

Commit 6b581ac

Browse files
authored
Merge pull request #42271 from github/repo-sync
Repo sync
2 parents d909b51 + 06e1404 commit 6b581ac

File tree

41 files changed

+233
-464
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+233
-464
lines changed

.github/workflows/docs-review-collect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: npm
3030

3131
- name: Install dependencies
32-
run: npm install @octokit/graphql
32+
run: npm ci
3333

3434
- name: Run script for audit-log-allowlists
3535
run: |

.github/workflows/os-ready-for-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cache: npm
5555

5656
- name: Install dependencies
57-
run: npm install @octokit/graphql
57+
run: npm ci
5858

5959
- name: Run script
6060
run: |

.github/workflows/ready-for-doc-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache: npm
3434

3535
- name: Install dependencies
36-
run: npm install @octokit/graphql
36+
run: npm ci
3737

3838
- name: Set AUTHOR_LOGIN
3939
run: |

config/moda/secrets/ci/secrets.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
secrets:
3+
DOCS_BOT_PAT_BASE:
4+
key: DOCS_BOT_PAT_BASE
5+
type: github_pat
6+
owner: docs-engineering
7+
playbook: ''
8+
externally_usable: true
9+
kind: latest_at_deployment_start
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
secrets: {}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
secrets: {}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
secrets: {}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
secrets: {}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
secrets: {}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
secrets: {}

0 commit comments

Comments
 (0)