Skip to content

Commit

Permalink
ADDED: signature for asbtec jornades commission
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Aug 25, 2024
1 parent 95cf50d commit ad54d97
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/buildAndSendSignatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ env:
UNIVERSITIES_EMAIL: ${{ secrets.UNIVERSITIES_EMAIL }}
UNIVERSITIES_POSITION: ${{ secrets.UNIVERSITIES_POSITION }}
UNIVERSITIES_LINKEDIN: ${{ secrets.UNIVERSITIES_LINKEDIN }}
JORNADES_NAME: ${{ secrets.JORNADES_NAME }}
JORNADES_EMAIL: ${{ secrets.JORNADES_EMAIL }}
JORNADES_POSITION: ${{ secrets.JORNADES_POSITION }}
JORNADES_LINKEDIN: ${{ secrets.JORNADES_LINKEDIN }}

jobs:
build_and_send_signatures:
runs-on: ubuntu-latest
Expand Down
6 changes: 6 additions & 0 deletions data/jornades.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 ad54d97

Please sign in to comment.