diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-22 20:15:59 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-22 20:15:59 (GMT) |
commit | dfbc861eafe7035121c0e5543454db7acb5375ef (patch) | |
tree | 11c7ad05258324972814725f86dd542ce5d7b215 /.github | |
parent | 4f20685c740d656a7ddbc7cf8fab107b6439ce23 (diff) | |
parent | 1d46926be5f09720b1cc0f20d5b2fae1d55236d5 (diff) | |
download | tk-dfbc861eafe7035121c0e5543454db7acb5375ef.zip tk-dfbc861eafe7035121c0e5543454db7acb5375ef.tar.gz tk-dfbc861eafe7035121c0e5543454db7acb5375ef.tar.bz2 |
Merge 8.6
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux-build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/linux-with-tcl8-build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/linux-with-tcl9-build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/mac-build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/onefiledist.yml | 2 | ||||
-rw-r--r-- | .github/workflows/win-build.yml | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 191d477..7417186 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/linux-with-tcl8-build.yml b/.github/workflows/linux-with-tcl8-build.yml index 0ceae80..01a7563 100644 --- a/.github/workflows/linux-with-tcl8-build.yml +++ b/.github/workflows/linux-with-tcl8-build.yml @@ -1,5 +1,7 @@ name: Linux (with Tcl 8.7) on: [push] +permissions: + contents: read defaults: run: shell: bash diff --git a/.github/workflows/linux-with-tcl9-build.yml b/.github/workflows/linux-with-tcl9-build.yml index 3ae4b28..c1ce365 100644 --- a/.github/workflows/linux-with-tcl9-build.yml +++ b/.github/workflows/linux-with-tcl9-build.yml @@ -1,5 +1,7 @@ name: Linux (with Tcl 9.0) on: [push] +permissions: + contents: read defaults: run: shell: bash diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index de51d21..01f6d2b 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/onefiledist.yml b/.github/workflows/onefiledist.yml index 70e9379..e163895 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 8968f5d..3b4e8d1 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: |