Skip to content

Commit 83dc6b0

Browse files
docs: permission wording
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 2f74115 commit 83dc6b0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/build/functions/lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ juno functions publish --mode staging --src ./path/to/build.wasm.gz
8484
```
8585

8686
- 📤 Uploads to the Satellite’s CDN release.
87-
- 🔐 Requires access key with **write** role.
87+
- 🔐 Requires access key with **editor** role.
8888

8989
#### b) Upgrade from CDN
9090

docs/guides/github-actions/publish-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
5454
This action will build and publish your serverless function bundle.
5555
56-
If your access key has a **write** role, the changes will be automatically deployed to your Satellite's CDN.
56+
If your access key is an **editor**, the changes will be automatically deployed to your Satellite's CDN.
5757
58-
If your key only has a **submit** role, the release will be submitted as a pending change for manual approval. To avoid errors in submit-only workflows, you can explicitly use the `--no-apply` flag to skip auto-application.
58+
If your key is only a **submitter**, the release will be proposed as a pending change for manual approval. To avoid errors in submit-only workflows, you can explicitly use the `--no-apply` flag to skip auto-application.
5959

6060
```yaml
6161
- name: Publish

0 commit comments

Comments
 (0)