forked from danielmeppiel/agentic-platform-engineering
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (15 loc) · 790 Bytes
/
Copy path.env.example
File metadata and controls
19 lines (15 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# GitHub Authentication (required)
# IMPORTANT: You can use either a Personal Access Token OR GitHub App credentials
# Option 1: GitHub Personal Access Token
# If this is set, the GitHub App credentials below are ignored
GITHUB_PAT=your_personal_access_token_here
# Option 2: GitHub App credentials
# Warning: If the PAT above is set, the GitHub App credentials below are ignored
GITHUB_APP_ID=123456
GITHUB_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----\nYour GitHub App private key here\n-----END RSA PRIVATE KEY-----"
GITHUB_INSTALLATION_ID=987654
# GitHub Configuration Repository (required) - it must contain file "pe.yaml"
# The GH App or PAT above must have access to this repository
PE_CONFIG_REPO=my-org/pe-config-repo
# Azure DevCenter variables
AZD_PROJECT_NAME=oracle-erp-devs