Skip to content

Commit 6661561

Browse files
authored
Merge pull request #53 from siteshwar/add-warning
Add a warning about giving write access to an agent
2 parents 2b6889a + 6ca5f91 commit 6661561

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ In this workflows we are using [MCP server for Atlassian tools](https://github.c
88
Secrets such as tokens are managed in the form of environment files. The templates for those files can be found in the `./templates` directory. To configure the deployment, run `make config` first to copy the files to the `.secrets` directory where you can manually edit the files to add your tokens and more. This step also sets up a .env file in the toplevel directory.
99

1010

11-
`GOOGLE_API_KEY`: take it from Google Cloud -> API & Services -> Credentials -> API Keys -> show key)
12-
`JIRA_PERSONAL_TOKEN`: create PATs in your Jira/Confluence profile settings - usually under "Personal Access Tokens"
13-
`GITLAB_TOKEN` with read permissions (read_user, read_repository, read_api). Note that some recipes require write access to Gitlab: use it at your own risk.
14-
`TESTING_FARM_API_TOKEN`: required and can be generated from https://testing-farm.io/tokens/.
11+
- `GOOGLE_API_KEY`: take it from Google Cloud -> API & Services -> Credentials -> API Keys -> show key)
12+
- `JIRA_PERSONAL_TOKEN`: create PATs in your Jira/Confluence profile settings - usually under "Personal Access Tokens"
13+
- `GITLAB_TOKEN` with read permissions (read_user, read_repository, read_api). Forking and writing to a repository requires the `write_api` and `write_repository` scope. Please be aware that granting any write access to an agent creates a risk of data loss and should only be done in a test environment. However, you can avoid writing to the repository by using [dry run](beeai/README.md#dry-run-mode) mode.
14+
- `TESTING_FARM_API_TOKEN`: required and can be generated from https://testing-farm.io/tokens/.
1515

1616
If you need to change the llm provider and model, they are stored in the Goose config file: `goose-container/goose-config.yaml` (`GOOSE_PROVIDER`, `GOOSE_MODEL`)
1717

0 commit comments

Comments
 (0)