Skip to content

Commit 1a52282

Browse files
committed
ADDED: delegations signature
1 parent fca067c commit 1a52282

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/buildAndSendSignatures.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ env:
5656
JORNADES_EMAIL: ${{ secrets.JORNADES_EMAIL }}
5757
JORNADES_POSITION: ${{ secrets.JORNADES_POSITION }}
5858
JORNADES_LINKEDIN: ${{ secrets.JORNADES_LINKEDIN }}
59+
DELEGATIONS_NAME: ${{ secrets.DELEGATIONS_NAME }}
60+
DELEGATIONS_EMAIL: ${{ secrets.DELEGATIONS_EMAIL }}
61+
DELEGATIONS_POSITION: ${{ secrets.DELEGATIONS_POSITION }}
62+
DELEGATIONS_LINKEDIN: ${{ secrets.DELEGATIONS_LINKEDIN }}
5963

6064
jobs:
6165
build_and_send_signatures:

data/delegations.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)