Skip to content

Commit

Permalink
Update deploy.yml (Added environment variables)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinujaya-Sandaruwan committed Feb 20, 2024
1 parent 3279981 commit f2ed4c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ on:
jobs:
Deploy:
runs-on: ubuntu-20.04
env:
VITE_PERSONAL_ACCESS_TOKEN: ${{ secrets.VITE_PERSONAL_ACCESS_TOKEN }}
VITE_API_KEY: ${{ secrets.VITE_API_KEY }}
VITE_AUTH_DOMAIN: ${{ secrets.VITE_AUTH_DOMAIN }}
VITE_PROJECT_ID: ${{ secrets.VITE_PROJECT_ID }}
VITE_STORAGE_BUCKET: ${{ secrets.VITE_STORAGE_BUCKET }}
VITE_MESSAGING_SENDER_ID: ${{ secrets.VITE_MESSAGING_SENDER_ID }}
VITE_APP_ID: ${{ secrets.VITE_APP_ID }}
VITE_USER_ID: ${{ secrets.VITE_USER_ID }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js
Expand Down

0 comments on commit f2ed4c0

Please sign in to comment.