Commit 869a13b 1 parent 14d71bb commit 869a13b Copy full SHA for 869a13b
File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 65
65
name : proj ubuntu
66
66
if : " !contains(github.event.head_commit.message, '[skip ci]')"
67
67
runs-on : ubuntu-latest
68
+ permissions :
69
+ packages : read
68
70
needs : compute
69
71
strategy :
70
72
fail-fast : false
95
97
name : proj macos
96
98
if : " !contains(github.event.head_commit.message, '[skip ci]')"
97
99
runs-on : macos-latest
100
+ permissions :
101
+ packages : read
98
102
strategy :
99
103
fail-fast : false
100
104
matrix :
@@ -109,6 +113,8 @@ jobs:
109
113
name : proj-sys ubuntu
110
114
if : " !contains(github.event.head_commit.message, '[skip ci]')"
111
115
runs-on : ubuntu-latest
116
+ permissions :
117
+ packages : read
112
118
needs : compute
113
119
defaults :
114
120
run :
@@ -160,6 +166,8 @@ jobs:
160
166
name : proj-sys macos
161
167
if : " !contains(github.event.head_commit.message, '[skip ci]')"
162
168
runs-on : macos-latest
169
+ permissions :
170
+ packages : read
163
171
env :
164
172
_PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC : 0
165
173
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK : TRUE
You can’t perform that action at this time.
0 commit comments