File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,9 @@ jobs:
203
203
needs : [download_artifacts, process_artifacts]
204
204
if : inputs.force == true || (github.ref == 'refs/heads/main' && needs.process_artifacts.outputs.www_branch_count == '0')
205
205
runs-on : ubuntu-latest
206
+ permissions :
207
+ # Used to push a commit to builds/facebook-www
208
+ contents : write
206
209
steps :
207
210
- uses : actions/checkout@v4
208
211
with :
@@ -289,6 +292,9 @@ jobs:
289
292
290
293
commit_fbsource_artifacts :
291
294
needs : [download_artifacts, process_artifacts]
295
+ permissions :
296
+ # Used to push a commit to builds/facebook-fbsource
297
+ contents : write
292
298
if : inputs.force == true || (github.ref == 'refs/heads/main' && needs.process_artifacts.outputs.fbsource_branch_count == '0')
293
299
runs-on : ubuntu-latest
294
300
steps :
You can’t perform that action at this time.
0 commit comments