From d3a5ddb4189ef7c04df0cc47a0f9642b23292d2d Mon Sep 17 00:00:00 2001 From: thing1 Date: Tue, 1 Apr 2025 20:27:39 +0100 Subject: added magit and other general configs --- elpa/with-editor-3.4.3/.github/workflows/stats.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 elpa/with-editor-3.4.3/.github/workflows/stats.yml (limited to 'elpa/with-editor-3.4.3/.github/workflows/stats.yml') 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 }} -- cgit v1.2.3