Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/APandamonium1/EduSync into …
Browse files Browse the repository at this point in the history
…google-driving
  • Loading branch information
PeanutBrrutter committed Aug 11, 2024
2 parents ab566a9 + 55ee724 commit 0e3858c
Show file tree
Hide file tree
Showing 23 changed files with 1,463 additions and 349 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

env:
DATABASE_URL: ${{secrets.DATABASE_URL}}
COOKIESTORE: ${{secrets.COOKIESTORE}}
# FIREBASE_ADMIN_PASSPHRASE: ${{secrets.FIREBASE_ADMIN_PASSPHRASE}}

jobs:
Expand All @@ -30,15 +31,9 @@ jobs:
#go mod init calc # for go mod. If we use go build, it will do the same for the 3 lines.
go mod tidy
go get github.com/franela/goblin
go get golang.org/x/tools/cmd/godoc@latest
ls
# - name: Setup Firebase JSON file
# run: echo "{${{ secrets.FIREBASE_JSON }}}" > edusync-7bd5e-firebase-adminsdk-x49uh-af084a6314.json

# - name: Build and run JSON validator
# run: |
# go run json_validator.go edusync-7bd5e-firebase-adminsdk-x49uh-af084a6314.json

- name: Decrypt Firebase JSON
run: |
chmod +x decrypt_secret.sh
Expand Down
Binary file modified EduSync.exe
Binary file not shown.
Loading

0 comments on commit 0e3858c

Please sign in to comment.