Skip to content

Commit 8bee275

Browse files
committed
add : env github api token
1 parent a74fc2f commit 8bee275

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
env:
1111
WEBHOOK_SECRET: ${{ secrets.WEBHOOK_SECRET }}
1212
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
13+
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
1314
steps:
1415
- name: Checkout repository
1516
uses: actions/checkout@v4

0 commit comments

Comments
 (0)