emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 74dbbe2a28 6/7: ci: Give test workflow none of


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 74dbbe2a28 6/7: ci: Give test workflow none of the optional permissions
Date: Fri, 6 Jan 2023 14:59:19 -0500 (EST)

branch: elpa/git-commit
commit 74dbbe2a28628d0d578ad899705d26f3b8567386
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    ci: Give test workflow none of the optional permissions
    
    See 
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs.
---
 .github/workflows/test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9f93a1c782..0ef39346b7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,5 +1,6 @@
 name: test
 on: [ push, pull_request ]
+permissions: {}
 env:
   BUILD_MAGIT_LIBGIT: "false"
 jobs:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]