Skip to content

Commit f73fc09

Browse files
authored
Merge branch 'main' into rei-moo-patch-1
2 parents 43ba189 + f912971 commit f73fc09

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
release:
55
types: [created]
66

7+
permissions:
8+
contents: read
9+
packages: write
10+
711
jobs:
812
publish-npm:
913
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on: # rebuild any PRs and main branch changes
1010
- main
1111
- 'releases/*'
1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
build: # make sure build/ci work properly
1518
runs-on: ubuntu-latest

ownership.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ownership:
88
long_name: dependency-submission-toolkit
99
description: 'A TypeScript library for creating dependency snapshots and submitting them to the dependency submission API.'
1010
maintainer: jovel
11-
exec_sponsor: nerdneha
11+
exec_sponsor: aaroncathcart
1212
product_manager: ahpook
1313
team_slack: dependency-graph
1414
qos: experimental

0 commit comments

Comments
 (0)