-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (21 loc) · 916 Bytes
/
Copy path.env.example
File metadata and controls
24 lines (21 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# AMO API credentials — https://addons.mozilla.org/developers/addon/api/key/
# (Profile menu → Tools → API Credentials)
AMO_JWT_ISSUER=jwt-user:12345678
AMO_JWT_SECRET=your-secret-here
# GitHub token for publishing releases (no gh CLI needed)
#
# Classic token (recommended — simplest):
# https://github.com/settings/tokens → Generate new token (classic)
# Enable scope: repo (full control of private repositories)
#
# Fine-grained token:
# https://github.com/settings/tokens?type=beta
# Repository access: Clawb1t/Syncr
# Permissions → Contents: Read and write
#
GITHUB_TOKEN=ghp_your-token-here
# Optional — Windows code signing for Syncr-Setup-*.exe (electron-builder)
# Leave unset to auto-discover a cert in the Windows certificate store.
# WIN_CSC_LINK=C:\path\to\codesign.pfx
# WIN_CSC_KEY_PASSWORD=your-pfx-password
# WIN_CSC_NAME=Your Publisher Name # when multiple certs match