Skip to content

Commit 297f2b0

Browse files
authored
Merge pull request #21 from solana-developers/github-token-management
adding Github Client for managing tokens
2 parents 35ecc2e + 63b9e6c commit 297f2b0

File tree

6 files changed

+336
-774
lines changed

6 files changed

+336
-774
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
4141
env:
4242
GH_TOKEN: ${{ secrets.GH_TOKEN }}
43+
GH_TOKENS: ${{ secrets.GH_TOKENS }}
4344
PROJECT_ID: ${{ secrets.PROJECT_ID }}
4445
DB_USER: ${{ secrets.DB_USER}}
4546
DB_NAME: ${{ secrets.DB_NAME}}

app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ entrypoint: yarn start
1212
# Environment variables (replace with your actual values or secrets)
1313
env_variables:
1414
GH_TOKEN: $GH_TOKEN
15+
GH_TOKENS: $GH_TOKENS
1516
PROJECT_ID: $PROJECT_ID
1617
DB_USER: $DB_USER
1718
DB_NAME: $DB_NAME

0 commit comments

Comments
 (0)