summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-22 13:44:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-22 13:44:17 (GMT)
commit797ee36798bfc483ddad365b0947d55fcdac1365 (patch)
tree67bf05b3b41dd879b6844cef0fc06b4c51710ce5 /.github
parentce52edbd0eabf28f3a49c2a99d10a9dbc06ab943 (diff)
parent185db606f066a1ec6904691d6446ef62e184f674 (diff)
downloadtcl-797ee36798bfc483ddad365b0947d55fcdac1365.zip
tcl-797ee36798bfc483ddad365b0947d55fcdac1365.tar.gz
tcl-797ee36798bfc483ddad365b0947d55fcdac1365.tar.bz2
Merge 8.6
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-build.yml2
-rw-r--r--.github/workflows/mac-build.yml2
-rw-r--r--.github/workflows/onefiledist.yml2
-rw-r--r--.github/workflows/win-build.yml2
4 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index c365faa..f5edb60 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 30c16af..5077bf3 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/onefiledist.yml b/.github/workflows/onefiledist.yml
index 8bd8ed2..95c6b82 100644
--- a/.github/workflows/onefiledist.yml
+++ b/.github/workflows/onefiledist.yml
@@ -1,5 +1,7 @@
name: Build Binaries
on: [push]
+permissions:
+ contents: read
jobs:
linux:
name: Linux
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index e3c991e..6eb1694 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: