Skip to content

Commit ad54d97

Browse files
committed
ADDED: signature for asbtec jornades commission
1 parent 95cf50d commit ad54d97

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/buildAndSendSignatures.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ env:
5252
UNIVERSITIES_EMAIL: ${{ secrets.UNIVERSITIES_EMAIL }}
5353
UNIVERSITIES_POSITION: ${{ secrets.UNIVERSITIES_POSITION }}
5454
UNIVERSITIES_LINKEDIN: ${{ secrets.UNIVERSITIES_LINKEDIN }}
55+
JORNADES_NAME: ${{ secrets.JORNADES_NAME }}
56+
JORNADES_EMAIL: ${{ secrets.JORNADES_EMAIL }}
57+
JORNADES_POSITION: ${{ secrets.JORNADES_POSITION }}
58+
JORNADES_LINKEDIN: ${{ secrets.JORNADES_LINKEDIN }}
59+
5560
jobs:
5661
build_and_send_signatures:
5762
runs-on: ubuntu-latest

data/jornades.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "{{NAME}}",
3+
"email": "{{EMAIL}}",
4+
"position": "{{POSITION}}",
5+
"linkedin": "{{LINKEDIN}}"
6+
}

0 commit comments

Comments
 (0)