Skip to content

Commit

Permalink
feature/fix git signing env vars (#120)
Browse files Browse the repository at this point in the history
# Fixed
- fix env vars for git signing

---------

Signed-off-by: Nicolas Drebenstedt <[email protected]>
  • Loading branch information
cutoffthetop authored Nov 8, 2024
1 parent af56c8f commit b0a2056
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:

- name: Configure git
env:
MEX_BOT_EMAIL: ${{ vars.MEX_BOT_EMAIL }}
MEX_BOT_USER: ${{ vars.MEX_BOT_USER }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PUB: ${{ secrets.SIGNING_PUB }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:

- name: Configure git
env:
{% raw %}MEX_BOT_EMAIL: ${{ vars.MEX_BOT_EMAIL }}{% endraw %}
{% raw %}MEX_BOT_USER: ${{ vars.MEX_BOT_USER }}{% endraw %}
{% raw %}SIGNING_KEY: ${{ secrets.SIGNING_KEY }}{% endraw %}
{% raw %}SIGNING_PUB: ${{ secrets.SIGNING_PUB }}{% endraw %}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:

- name: Configure git
env:
{% raw %}MEX_BOT_EMAIL: ${{ vars.MEX_BOT_EMAIL }}{% endraw %}
{% raw %}MEX_BOT_USER: ${{ vars.MEX_BOT_USER }}{% endraw %}
{% raw %}SIGNING_KEY: ${{ secrets.SIGNING_KEY }}{% endraw %}
{% raw %}SIGNING_PUB: ${{ secrets.SIGNING_PUB }}{% endraw %}
run: |
Expand Down

0 comments on commit b0a2056

Please sign in to comment.