summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-22 17:41:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-22 17:41:14 (GMT)
commit0f75b6ffec0f1b8f70c6139e6964b50ce6321c3a (patch)
tree89844064a9687d0f366711577e929732d2187a20 /.github
parent62e58fbe792e1797d2dd3b939545a6f43c66afbc (diff)
downloadtk-0f75b6ffec0f1b8f70c6139e6964b50ce6321c3a.zip
tk-0f75b6ffec0f1b8f70c6139e6964b50ce6321c3a.tar.gz
tk-0f75b6ffec0f1b8f70c6139e6964b50ce6321c3a.tar.bz2
See: [https://github.com/tcltk/tcl/pull/13]
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/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 f9178e4..ad2bf83 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -1,5 +1,7 @@
name: Linux
on: [push]
+permissions:
+ contents: read
defaults:
run:
shell: bash
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 9dde301..0d82a76 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -1,5 +1,7 @@
name: macOS
on: [push]
+permissions:
+ contents: read
env:
ERROR_ON_FAILURES: 1
jobs:
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index a5c6102..3b1cac6 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: