From d03a5a517ef7f005872a6ed76ccd31db4bce1a03 Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 17 Nov 2025 17:55:27 -0800 Subject: [PATCH] Update API key permissions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68558fc..5001e79 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ To create an API key to use with this action go to [Account Settings > API Keys] ![api keys auth window](./doc/api_keys.png) -Give the key a name e.g. "Github Actions" and select the `account:read`, `changes:write`, `config:write`, `request:receive`, and `source:write` permissions and click "Confirm". This will create the API key and authorize it. The key should then display as "Ready" in the UI. +Give the key a name e.g. "Github Actions" and select the `account:read`, `changes:write`, `config:write`, `request:receive`, `sources:read` and `source:write` permissions and click "Confirm". This will create the API key and authorize it. The key should then display as "Ready" in the UI. You can then copy the API key and [create a secret](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository) called `OVM_API_KEY` in Github Actions. The action will now be ready to use.