Skip to content

Commit

Permalink
fix: Add missing RIN_GITHUB_CLIENT_ID and RIN_GITHUB_CLIENT_SECRET to…
Browse files Browse the repository at this point in the history
… deploy.yaml

This commit adds the RIN_GITHUB_CLIENT_ID and RIN_GITHUB_CLIENT_SECRET environment variables to the deploy.yaml file. These variables are necessary for authenticating with GitHub during the deployment process.
  • Loading branch information
OXeu committed Jun 7, 2024
1 parent e7bb8d1 commit 9559924
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
S3_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
JWT_SECRET: ${{ secrets.JWT_SECRET }}
RIN_GITHUB_CLIENT_ID: ${{ secrets.RIN_GITHUB_CLIENT_ID }}
RIN_GITHUB_CLIENT_SECRET: ${{ secrets.RIN_GITHUB_CLIENT_SECRET }}

DB_NAME: ${{ vars.DB_NAME }}
WORKER_NAME: ${{ vars.WORKER_NAME }}
Expand Down

0 comments on commit 9559924

Please sign in to comment.