branch: elpa/emacsql
commit eb8e27e50ef797f95e8843a28f71b5d473dae2f0
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    ci: Add stats workflow
---
 .github/workflows/stats.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml
new file mode 100644
index 0000000000..6f65ecc4b6
--- /dev/null
+++ b/.github/workflows/stats.yml
@@ -0,0 +1,11 @@
+name: Statistics
+on:
+  push:
+    branches: main
+jobs:
+  stats:
+    name: Statistics
+    uses: emacscollective/workflows/.github/workflows/stats.yml@main
+    secrets:
+      aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
+      aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

Reply via email to