Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@ yarn.lock

**/llms.txt
**/llms-full.txt

.claude/settings.local.json
17 changes: 0 additions & 17 deletions docs/jumpstart/action-items.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -203,23 +203,6 @@ If your engagement with Cloud Posse includes Release Engineering, we will also n
</TaskList>
</Step>

<Step>
### <StepNumber/> PATs for ECS with `ecspresso`
<Steps>
- Create one fine-grained PAT with the following permission.
Please see [Creating a fine-grained personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token)

This PAT needs read access to your `infrastructure` repository:

```diff
Repository
+ Contents: Read-only
+ Metadata: Read-only
```
- Save the new fine-grained PAT as a GitHub environment secret in the new `example-app` private repository in your Organization.
</Steps>
</Step>

<Step>
### <StepNumber/> PATs for EKS with ArgoCD

Expand Down
Loading