-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e46d0af
commit 3fea8c9
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,32 @@ | ||
GH_ORG=cyprus-developer-community | ||
GH_GRAPHQL_URL=https://api.github.com/graphql | ||
|
||
# Development Variables | ||
# | ||
# https://github.com/settings/tokens?type=beta | ||
# Create a fine-grained token with the following permissions: | ||
# Resource owner: cyprus-developer-community | ||
# Repository Access: Public Repositories (read only) | ||
# Organization permissions: Members (read only) | ||
GH_PAT= | ||
|
||
|
||
# Production Variables | ||
# | ||
# Go to Settings -> Developer Settings -> GitHub Apps and create a new GitHub App | ||
# https://github.com/organizations/<your-org>/settings/apps/new | ||
# Set up the permissions and install the application in your organization. The installation ID | ||
# can be found in the URL of the installation page: | ||
# ie: https://github.com/organizations/<your-org>/settings/installations/123456789 | ||
# Create a private key and store it on a secure location. | ||
# | ||
# Permissions: | ||
# Repository permissions | ||
## Issues: Read & Write | ||
## Pull Requests: Read & Write | ||
# Organization permissions | ||
## Members: Read & Write | ||
|
||
GH_APP_ID= | ||
GH_APP_INSTALLATION_ID= | ||
GH_PRIVATE_KEY= |