Skip to content

Commit 69dc95b

Browse files
authored
Merge pull request github#28041 from github/repo-sync
Repo sync
2 parents fd6d3b4 + fa66f2f commit 69dc95b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ api.github.com
185185
codeload.github.com
186186
```
187187

188-
**Needed for uploading/downloading job summaries and logs**
188+
**Needed for uploading/downloading job summaries, logs, workflow artifacts, and caches:**
189189

190190
```shell copy
191191
actions-results-receiver-production.githubapp.com
192-
productionresultssa*.blob.core.windows.net
192+
*.blob.core.windows.net
193193
```
194194

195195
**Needed for runner version updates:**
@@ -201,12 +201,6 @@ github-releases.githubusercontent.com
201201
github-registry-files.githubusercontent.com
202202
```
203203

204-
**Needed for uploading/downloading caches and workflow artifacts:**
205-
206-
```shell copy
207-
*.blob.core.windows.net
208-
```
209-
210204
**Needed for retrieving OIDC tokens:**
211205

212206
```shell copy

0 commit comments

Comments
 (0)