Skip to content

Commit

Permalink
env2
Browse files Browse the repository at this point in the history
  • Loading branch information
mu7med authored Dec 31, 2023
1 parent d9a13c9 commit 857aab8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/solar-system.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Solar System Workflow
env:
MONGO_URI: 'mongodb+srv://supercluster.d83jj.mongodb.net/superData'
MONGO_USERNAME: superuser
MONGO_PASSWORD: '${{ secrets.MONGO_PASSWORD }}'

on:
workflow_dispatch:
push:
branches:
- main
- 'feature/*'

env:
MONGO_URI: 'mongodb+srv://supercluster.d83jj.mongodb.net/superData'
MONGO_USERNAME: superuser
MONGO_PASSWORD: '${{ secrets.MONGO_PASSWORD }}'
jobs:
unit-testing:
name: Unit Testing
Expand Down

0 comments on commit 857aab8

Please sign in to comment.