summaryrefslogtreecommitdiff
path: root/elpa/with-editor-3.4.3/.github/workflows/stats.yml
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-04-01 20:27:39 +0100
committerthing1 <thing1@seacrossedlovers.xyz>2025-04-01 20:27:39 +0100
commitd3a5ddb4189ef7c04df0cc47a0f9642b23292d2d (patch)
tree14264483e4d2e6481abc74feea6d9cbcae3666d1 /elpa/with-editor-3.4.3/.github/workflows/stats.yml
parentdabaff03992c102c395314629f63ce93a2c1bd3a (diff)
added magit and other general configs
Diffstat (limited to 'elpa/with-editor-3.4.3/.github/workflows/stats.yml')
-rw-r--r--elpa/with-editor-3.4.3/.github/workflows/stats.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/elpa/with-editor-3.4.3/.github/workflows/stats.yml b/elpa/with-editor-3.4.3/.github/workflows/stats.yml
new file mode 100644
index 0000000..e941fb9
--- /dev/null
+++ b/elpa/with-editor-3.4.3/.github/workflows/stats.yml
@@ -0,0 +1,13 @@
+name: Statistics
+on:
+ push:
+ branches: main
+ schedule:
+ - cron: '3 13 * * 1'
+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 }}