Skip to content

Commit 71e39d5

Browse files
committed
Add note regarding private registries
1 parent bb478b1 commit 71e39d5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/src/private-registries.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,14 @@ You will also have to make the following change in `.ci/stopwatch.jl`
7676
- registry = GitHub.Repo("JuliaRegistries/General")
7777
+ registry = GitHub.Repo("MyOrg/MyRegistry")
7878
```
79+
80+
## Note regarding private registries
81+
82+
In the case of a private registry, you might get permission errors when executing the `instantiate.sh` script.
83+
In that case you will also have to add the following
84+
```diff
85+
- run: chmod 400 .ci/Project.toml
86+
- run: chmod 400 .ci/Manifest.toml
87+
+ - run: chmod +x .ci/instantiate.sh
88+
```
89+
in `ci.yml` and also `TagBotTriggers.yml` and `automerge.yml` (in which the above appears twice) files if those features are used.

0 commit comments

Comments
 (0)