We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74fc2f commit 8bee275Copy full SHA for 8bee275
1 file changed
.github/workflows/deploy.yml
@@ -10,6 +10,7 @@ jobs:
10
env:
11
WEBHOOK_SECRET: ${{ secrets.WEBHOOK_SECRET }}
12
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
13
+ API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v4
0 commit comments