Skip to content

Commit c19172f

Browse files
authored
Merge branch 'dev' into wangbill/http_v2
2 parents 142b5ce + 685fc11 commit c19172f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/linter.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@ jobs:
2626
name: Lint Code Base
2727
# Set the agent to run on
2828
runs-on: ubuntu-latest
29-
permissions: read-all
30-
29+
permissions:
30+
contents: read
31+
packages: read
32+
# To report GitHub Actions status checks
33+
statuses: write
3134
##################
3235
# Load all steps #
3336
##################

0 commit comments

Comments
 (0)