aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/makefile.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index c2bc49f..f6eeb1b 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -22,6 +22,8 @@ jobs:
emacs-version: [24.4, 24.5, 25.1, 25.2, 25.3, 26.1, 26.2, 26.3, 27.1, 27.2, 28.1, 28.2, 29.1, 29.2, 29.3, 29.4, 30.1, snapshot] # release-snapshot
steps:
- uses: actions/checkout@v4
+ with:
+ persist-credentials: false
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}