summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorVarun Sharma <varunsh@stepsecurity.io>2022-05-21 07:55:21 (GMT)
committerGitHub <noreply@github.com>2022-05-21 07:55:21 (GMT)
commitb96e20c1d9be4e6d5ea3e48c9c97e5ecd02f6055 (patch)
tree0575b24e154e57365142a782a63dd069ce0ff4e6 /.github/workflows/build.yml
parent7f835923c179d1d2da54b232e0113abc2c56ea31 (diff)
downloadcpython-b96e20c1d9be4e6d5ea3e48c9c97e5ecd02f6055.zip
cpython-b96e20c1d9be4e6d5ea3e48c9c97e5ecd02f6055.tar.gz
cpython-b96e20c1d9be4e6d5ea3e48c9c97e5ecd02f6055.tar.bz2
ci: add GitHub token permissions (#92999)
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e04633b..d800442 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -22,6 +22,9 @@ on:
- '3.8'
- '3.7'
+permissions:
+ contents: read
+
jobs:
check_source:
name: 'Check for source changes'