From d98964c7628d34c83d062d12e689c2b84c087515 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 11:08:29 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- .gitea/workflows/gitmoji.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitea/workflows/gitmoji.yml diff --git a/.gitea/workflows/gitmoji.yml b/.gitea/workflows/gitmoji.yml new file mode 100644 index 0000000..4eff57a --- /dev/null +++ b/.gitea/workflows/gitmoji.yml @@ -0,0 +1,15 @@ +name: Gitmoji + +on: + push: + branches: [main] + +jobs: + gitmoji: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Gitmoji + uses: tlkio/gitmoji-action@v1 + with: + api_token: ${{ secrets.GITMOJI_API_TOKEN }}