We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca067c commit 1a52282Copy full SHA for 1a52282
.github/workflows/buildAndSendSignatures.yml
@@ -56,6 +56,10 @@ env:
56
JORNADES_EMAIL: ${{ secrets.JORNADES_EMAIL }}
57
JORNADES_POSITION: ${{ secrets.JORNADES_POSITION }}
58
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 }}
63
64
jobs:
65
build_and_send_signatures:
data/delegations.json
@@ -0,0 +1,6 @@
1
+{
2
+ "name": "{{NAME}}",
3
+ "email": "{{EMAIL}}",
4
+ "position": "{{POSITION}}",
5
+ "linkedin": "{{LINKEDIN}}"
6
+}
0 commit comments