Skip to content

Commit

Permalink
ADDED: UDL signature
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Nov 11, 2024
1 parent df7b9cd commit 3243beb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/buildAndSendSignatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ env:
DELEGATIONS_EMAIL: ${{ secrets.DELEGATIONS_EMAIL }}
DELEGATIONS_POSITION: ${{ secrets.DELEGATIONS_POSITION }}
DELEGATIONS_LINKEDIN: ${{ secrets.DELEGATIONS_LINKEDIN }}

UDL_NAME: ${{ secrets.UDL_NAME }}
UDL_EMAIL: ${{ secrets.UDL_EMAIL }}
UDL_POSITION: ${{ secrets.UDL_POSITION }}
UDL_LINKEDIN: ${{ secrets.UDL_LINKEDIN }}
jobs:
build_and_send_signatures:
runs-on: ubuntu-latest
Expand Down
6 changes: 6 additions & 0 deletions data/udl.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 3243beb

Please sign in to comment.