Skip to content

Commit

Permalink
ADDED: universities vocal signature
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Aug 24, 2024
1 parent d0b559c commit 6dfe50b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/buildAndSendSignatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ env:
ADVISER_EMAIL: ${{ secrets.ADVISER_EMAIL }}
ADVISER_POSITION: ${{ secrets.ADVISER_POSITION }}
ADVISER_LINKEDIN: ${{ secrets.ADVISER_LINKEDIN }}
UNIVERSITIES_NAME: ${{ secrets.UNIVERSITIES_NAME }}
UNIVERSITIES_EMAIL: ${{ secrets.UNIVERSITIES_EMAIL }}
UNIVERSITIES_POSITION: ${{ secrets.UNIVERSITIES_POSITION }}
UNIVERSITIES_LINKEDIN: ${{ secrets.UNIVERSITIES_LINKEDIN }}
jobs:
build_and_send_signatures:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,5 @@ out
!out/.gitkeep
secrets
!secrets/.gitkeep
.env
.env
.idea
6 changes: 6 additions & 0 deletions data/universities.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "{{NAME}}",
"email": "{{EMAIL}}",
"position": "{{POSITION}}",
"linkedin": "{{LINKEDIN}}"
}

0 comments on commit 6dfe50b

Please sign in to comment.