Skip to content

Commit 6ab85ae

Browse files
committed
actually add read scope to workflows
1 parent af828db commit 6ab85ae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
timeout-minutes: 20
1414
permissions:
1515
contents: read
16+
packages: read
1617
steps:
1718
- uses: actions/checkout@v3
1819

.github/workflows/sonar.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
timeout-minutes: 40
1717
permissions:
1818
contents: read
19+
packages: read
1920
steps:
2021
- name: Checkout
2122
uses: actions/checkout@v2

0 commit comments

Comments
 (0)