File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 88 pull_request :
99 workflow_dispatch :
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 lint :
1316 runs-on : ubuntu-latest
5558 strategy :
5659 matrix :
5760 version : ["3.5.0", "3.4.0", "3.3.1", "2.93.9"]
61+ permissions :
62+ contents : read
63+ actions : write # essential for uploading artifacts to GitHub's storage
64+ id-token : write # enables authentication with GitHub's cache service
65+ packages : write # required for artifact storage operations
5866 timeout-minutes : 20
5967 steps :
6068 - uses : actions/checkout@v5
@@ -110,6 +118,10 @@ jobs:
110118 if-no-files-found : error
111119
112120 publish :
121+ permissions :
122+ contents : read
123+ actions : write # essential for uploading artifacts to GitHub's storage
124+ packages : write # enables writing to GitHub's package storage
113125 needs : test
114126 runs-on : ubuntu-latest
115127 timeout-minutes : 20
You can’t perform that action at this time.
0 commit comments