Skip to content

Commit

Permalink
add env manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhravya committed Mar 31, 2024
1 parent f48e115 commit 5286a30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/buildextension/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ runs:
uses: actions/upload-artifact@v3
with:
name: extension-${{ github.sha }}
path: apps/extensions/dist/extension-${{ github.sha }}.zip
path: apps/extensions/extension-${{ github.sha }}.zip
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
run: bun run pages:build
working-directory: apps/web
shell: bash
env:
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
GOOGLE_CLIENT_SECRET: ${{ secrets.GOOGLE_CLIENT_SECRET }}
NEXTAUTH_SECRET: ${{ secrets.NEXTAUTH_SECRET }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}
NEXTAUTH_URL: ${{ secrets.NEXTAUTH_URL }}
BACKEND_SECURITY_KEY: ${{ secrets.BACKEND_SECURITY_KEY }}

- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
Expand Down

0 comments on commit 5286a30

Please sign in to comment.