diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-22 20:13:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-22 20:13:27 (GMT) |
commit | 1d46926be5f09720b1cc0f20d5b2fae1d55236d5 (patch) | |
tree | ae52e15f617cd680a13cff339af74a0b35a4ba6d /.github | |
parent | 978bc4e840b31458763d50a2f7558086c86230c1 (diff) | |
parent | 0f75b6ffec0f1b8f70c6139e6964b50ce6321c3a (diff) | |
download | tk-1d46926be5f09720b1cc0f20d5b2fae1d55236d5.zip tk-1d46926be5f09720b1cc0f20d5b2fae1d55236d5.tar.gz tk-1d46926be5f09720b1cc0f20d5b2fae1d55236d5.tar.bz2 |
Merge 8.5
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux-build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/mac-build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/win-build.yml | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index ce382a1..d0223a7 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 629efdf..f647d45 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 70de8f8..3076ac8 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: |