Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brucewzj99 committed May 3, 2024
1 parent be4018c commit f38951a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
build:

runs-on: ubuntu-latest

env:
FIREBASE_JSON: ${{ secrets.FIREBASE_JSON }}

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9.13
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,5 @@ cython_debug/
# My stuff
test_func.py
users_backup.json
one_off_func.py
one_off_func.py
*.json

0 comments on commit f38951a

Please sign in to comment.