Skip to content

Commit

Permalink
Pass Google Cloud Console credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessa committed Nov 13, 2023
1 parent 1aa1b63 commit 2c610cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
runs-on: ubuntu-latest
env:
EXTENSION_ID: ${{ vars.EXTENSION_ID }}
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
GOOGLE_CLIENT_SECRET: ${{ secrets.GOOGLE_CLIENT_SECRET }}
GOOGLE_REFRESH_TOKEN: ${{ secrets.GOOGLE_REFRESH_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
Expand Down

0 comments on commit 2c610cf

Please sign in to comment.