Skip to content

Commit ab1c4b4

Browse files
committed
Separating out permissions
1 parent f1c208d commit ab1c4b4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dependency-submission.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ on:
77
- main
88

99
permissions:
10-
contents: write
10+
contents: read
1111

1212
jobs:
1313
submit:
1414
runs-on: ubuntu-latest
15+
permissions:
16+
contents: write
1517
steps:
1618
- name: Checkout
1719
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

0 commit comments

Comments
 (0)