Skip to content

Commit

Permalink
ADDED: delegations signature
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Nov 7, 2024
1 parent fca067c commit 1a52282
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/buildAndSendSignatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ env:
JORNADES_EMAIL: ${{ secrets.JORNADES_EMAIL }}
JORNADES_POSITION: ${{ secrets.JORNADES_POSITION }}
JORNADES_LINKEDIN: ${{ secrets.JORNADES_LINKEDIN }}
DELEGATIONS_NAME: ${{ secrets.DELEGATIONS_NAME }}
DELEGATIONS_EMAIL: ${{ secrets.DELEGATIONS_EMAIL }}
DELEGATIONS_POSITION: ${{ secrets.DELEGATIONS_POSITION }}
DELEGATIONS_LINKEDIN: ${{ secrets.DELEGATIONS_LINKEDIN }}

jobs:
build_and_send_signatures:
Expand Down
6 changes: 6 additions & 0 deletions data/delegations.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 1a52282

Please sign in to comment.