Skip to content

Commit

Permalink
fix: adds github token to create-db-branch workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Apr 8, 2024
1 parent 79e00f5 commit 31f6888
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-db-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ env:
AUTH_GOOGLE_SECRET: ${{ secrets.AUTH_GOOGLE_SECRET }}
AUTH_GOOGLE_CODE_VERIFIER: ${{ secrets.AUTH_GOOGLE_CODE_VERIFIER }}

GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
create-db-branch:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 31f6888

Please sign in to comment.