Compare commits

..

2 commits

Author SHA1 Message Date
47fb05db08
chore(ods): add README
Some checks failed
/ fmt (push) Successful in 9s
/ test (push) Successful in 11s
/ build (push) Failing after 8s
2025-03-13 00:33:07 +01:00
1a6a268884
chore(tooling): add forgejo actions workflow 2025-03-13 00:33:04 +01:00

View file

@ -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: