summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoyce <joycebrumu.u@gmail.com>2023-02-23 18:39:37 -0300
committerGitHub <noreply@github.com>2023-02-23 13:39:37 -0800
commit1d012f46b0149cf718ca7fbd498e4b51b06bcd19 (patch)
treed098c1e12f81284edea8f408b2e9a1a57f926793
parentc21753191b706bb3c5262454ddcf89ffc92a25d6 (diff)
downloadpycparser-1d012f46b0149cf718ca7fbd498e4b51b06bcd19.tar.gz
feat: set permissions to ci.yml (#492)
Signed-off-by: Joyce <joycebrum@google.com>
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7df451a..7f11286 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,6 +7,9 @@ on:
branches:
- master
+permissions:
+ contents: read
+
jobs:
build: