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

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

[nongnu] elpa/buttercup 9cbbc9999e: actions: Set restrictive permissions


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 9cbbc9999e: actions: Set restrictive permissions for github workflows
Date: Tue, 19 Sep 2023 18:59:11 -0400 (EDT)

branch: elpa/buttercup
commit 9cbbc9999e3ae28091e93015b2996a1e698f8b0e
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@gmail.com>

    actions: Set restrictive permissions for github workflows
---
 .github/workflows/test.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d1b2650454..4afded548e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,5 +1,20 @@
 name: Build and test
 
+permissions:
+  actions: read
+  checks: read
+  contents: read
+  deployments: none
+  id-token: none
+  issues: read
+  discussions: none
+  packages: none
+  pages: none
+  pull-requests: read
+  repository-projects: read
+  security-events: read
+  statuses: read
+
 on:
   pull_request:
   push:



reply via email to

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