File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,9 @@ jobs:
203203 needs : [download_artifacts, process_artifacts]
204204 if : inputs.force == true || (github.ref == 'refs/heads/main' && needs.process_artifacts.outputs.www_branch_count == '0')
205205 runs-on : ubuntu-latest
206+ permissions :
207+ # Used to push a commit to builds/facebook-www
208+ contents : write
206209 steps :
207210 - uses : actions/checkout@v4
208211 with :
@@ -289,6 +292,9 @@ jobs:
289292
290293 commit_fbsource_artifacts :
291294 needs : [download_artifacts, process_artifacts]
295+ permissions :
296+ # Used to push a commit to builds/facebook-fbsource
297+ contents : write
292298 if : inputs.force == true || (github.ref == 'refs/heads/main' && needs.process_artifacts.outputs.fbsource_branch_count == '0')
293299 runs-on : ubuntu-latest
294300 steps :
You can’t perform that action at this time.
0 commit comments