You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Prompt for creating the argocd/terraform/argocd-repo GitHub PAT
165
-
steps:
166
-
- type: shell
167
-
command: |-
168
-
echo "Please create a fine-grained GitHub PAT"
169
-
echo "Scope: acme/argocd-deploy-non-prod and acme/argocd-deploy-prod"
170
-
echo "Permissions: (Repository) Administration: Read and write, Contents: Read and write, Metadata: Read-only. (Organization) Members: Read-only"
171
-
echo "Follow this manual to create PAT https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"
172
-
echo "Upload the fine-grained GitHub PAT to AWS SSM"
173
-
stty -echo
174
-
read -p "GitHub PAT (text will be hidden): " -r GITHUB_PAT
description: Prompt for creating the argocd/terraform-webhooks/nonprod GitHub PAT
185
-
steps:
186
-
- type: shell
187
-
command: |-
188
-
echo "Please create a fine-grained GitHub PAT"
189
-
echo "Scope: acme/argocd-deploy-non-prod"
190
-
echo "Permissions: (Repository) Webhooks: Read and write, Metadata: Read-only"
191
-
echo "Follow this manual to create PAT https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"
192
-
echo "Upload the fine-grained GitHub PAT to AWS SSM"
193
-
stty -echo
194
-
read -p "GitHub PAT (text will be hidden): " -r GITHUB_PAT
description: Prompt for creating the argocd/terraform-webhooks/prod GitHub PAT
206
-
steps:
207
-
- type: shell
208
-
command: |-
209
-
echo "Please create a fine-grained GitHub PAT"
210
-
echo "Scope: acme/argocd-deploy-prod"
211
-
echo "Permissions: (Repository) Webhooks: Read and write, Metadata: Read-only"
212
-
echo "Follow this manual to create PAT https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"
213
-
echo "Upload the fine-grained GitHub PAT to AWS SSM"
214
-
stty -echo
215
-
read -p "GitHub PAT (text will be hidden): " -r GITHUB_PAT
description: Prompt for creating the ARGOCD_APP_NOTIFICATIONS GitHub PAT
226
-
steps:
227
-
- type: shell
228
-
command: |-
229
-
echo "Please create a classic GitHub PAT"
230
-
echo "Scope: n/a"
231
-
echo "Permissions: repo:status"
232
-
echo "Follow this manual to create PAT https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"
233
-
echo "Upload the classic GitHub PAT to AWS SSM"
234
-
stty -echo
235
-
read -p "GitHub PAT (text will be hidden): " -r GITHUB_PAT
description: Prompt for creating the argocd/github/nonprod GitHub PAT
248
-
steps:
249
-
- type: shell
250
-
command: |-
251
-
echo "Please create a fine-grained GitHub PAT"
252
-
echo "Scope: acme/argocd-deploy-non-prod and acme/infrastructure"
253
-
echo "Permissions: (Repository) Contents: Read and write, Metadata: Read-only"
254
-
echo "Follow this manual to create PAT https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"
255
-
echo "Please upload this PAT to 1Password"
256
-
257
-
deploy/github-prod-pat:
258
-
description: Prompt for creating the argocd/github/prod GitHub PAT
259
-
steps:
260
-
- type: shell
261
-
command: |-
262
-
echo "Please create a fine-grained GitHub PAT"
263
-
echo "Scope: acme/argocd-deploy-prod and acme/infrastructure"
264
-
echo "Permissions: (Repository) Contents: Read and write, Metadata: Read-only"
265
-
echo "Follow this manual to create PAT https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token"
0 commit comments