Skip to content

Commit

Permalink
add env stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hozzjss committed Sep 21, 2021
1 parent e75cb1a commit 093cc6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/activate-accounts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
- name: Update Data 🆕
run: npm start
env:
REPO_AND_BRANCH: ${{ secrets.REPO_AND_BRANCH }}
REPO: ${{ secrets.REPO }}
BRANCH: ${{ secrets.BRANCH }}
MONGODB_URI: ${{ secrets.MONGODB_URI }}
GH_API_TOKEN: ${{ secrets.GH_API_TOKEN }}

0 comments on commit 093cc6d

Please sign in to comment.