branch: elpa/mentor commit 0382dc2f3cf25eba85bee4a25dbc3b54484a2c67 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
Harden GitHub CI workflow --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae22d07fef..e8d11cb8ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,24 +25,28 @@ jobs: with: repository: jwiegley/emacs-async path: async + persist-credentials: false - name: Checkout url-scgi uses: actions/checkout@v3 with: repository: skangas/url-scgi path: url-scgi + persist-credentials: false - name: Checkout xml-rpc uses: actions/checkout@v3 with: repository: xml-rpc-el/xml-rpc-el path: xml-rpc + persist-credentials: false - name: Checkout mentor uses: actions/checkout@v3 with: repository: skangas/mentor path: mentor + persist-credentials: false - name: Install emacs uses: purcell/setup-emacs@master