Skip to content

Commit

Permalink
chore: pass env variables to nix develop
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Mar 17, 2024
1 parent 1ed8b42 commit f27f67f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:

jobs:
release:
Expand All @@ -19,3 +20,8 @@ jobs:

- name: Release
run: nix develop --command goreleaser --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
COSIGN_PUBLIC_KEY: ${{ secrets.COSIGN_PUBLIC_KEY }}
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.619
0.2.624

0 comments on commit f27f67f

Please sign in to comment.