Compare commits
2 commits
71611796dd
...
47fb05db08
Author | SHA1 | Date | |
---|---|---|---|
47fb05db08 | |||
1a6a268884 |
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version-file: 'go.mod'
|
go-version-file: 'go.mod'
|
||||||
- run: |
|
- run: |
|
||||||
printf '%s' "$GIT_CRYPT_SECRET" > secret
|
printf '%s' "$GIT_CRYPT_SECRET" | base64 -d > secret
|
||||||
git-crypt unlock secret
|
git-crypt unlock secret
|
||||||
make build
|
make build
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue