Compare commits

..

2 commits

Author SHA1 Message Date
71611796dd
chore(ods): add README
Some checks failed
/ fmt (push) Successful in 9s
/ test (push) Successful in 10s
/ build (push) Failing after 6s
2025-03-13 00:28:47 +01:00
64c0d5a297
chore(tooling): add forgejo actions workflow 2025-03-13 00:28:34 +01:00

View file

@ -34,7 +34,11 @@ jobs:
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
- run: | - run: |
printf '%s' "$GIT_CRYPT_SECRET" > secret
git-crypt unlock secret
make build make build
env:
GIT_CRYPT_SECRET: '${{ secrets.GIT_CRYPT }}'
- uses: 'actions/upload-artifact@v4' - uses: 'actions/upload-artifact@v4'
with: with:
if-no-files-found: 'error' if-no-files-found: 'error'