summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-22 12:35:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-22 12:35:58 (GMT)
commit185db606f066a1ec6904691d6446ef62e184f674 (patch)
tree8eeac72a4bc14b5e0f0c46d9ee502c285ddf05ae /.github/workflows
parent326c72a0d919b2c96c48a3df365dc8a7256dacd7 (diff)
parentffda1b67f7a2399cc521a0d808f9b099f0bf26c0 (diff)
downloadtcl-185db606f066a1ec6904691d6446ef62e184f674.zip
tcl-185db606f066a1ec6904691d6446ef62e184f674.tar.gz
tcl-185db606f066a1ec6904691d6446ef62e184f674.tar.bz2
Merge 8.5
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux-build.yml2
-rw-r--r--.github/workflows/mac-build.yml2
-rw-r--r--.github/workflows/win-build.yml2
3 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index 6b643bb..0cbf774 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -1,5 +1,7 @@
name: Linux
on: [push]
+permissions:
+ contents: read
jobs:
gcc:
runs-on: ubuntu-20.04
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 86b9bfd..b8321f7 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -1,5 +1,7 @@
name: macOS
on: [push]
+permissions:
+ contents: read
jobs:
xcode:
runs-on: macos-11
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 1f530ab..43e2019 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -1,5 +1,7 @@
name: Windows
on: [push]
+permissions:
+ contents: read
env:
ERROR_ON_FAILURES: 1
jobs: