We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd2fe2 commit 63b9e6cCopy full SHA for 63b9e6c
.github/workflows/deploy.yaml
@@ -40,6 +40,7 @@ jobs:
40
uses: 73h/[email protected]
41
env:
42
GH_TOKEN: ${{ secrets.GH_TOKEN }}
43
+ GH_TOKENS: ${{ secrets.GH_TOKENS }}
44
PROJECT_ID: ${{ secrets.PROJECT_ID }}
45
DB_USER: ${{ secrets.DB_USER}}
46
DB_NAME: ${{ secrets.DB_NAME}}
app.yaml
@@ -12,6 +12,7 @@ entrypoint: yarn start
12
# Environment variables (replace with your actual values or secrets)
13
env_variables:
14
GH_TOKEN: $GH_TOKEN
15
+ GH_TOKENS: $GH_TOKENS
16
PROJECT_ID: $PROJECT_ID
17
DB_USER: $DB_USER
18
DB_NAME: $DB_NAME
0 commit comments