Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build-for-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ defaults:
run:
shell: bash

permissions:
contents: read

env:
TERM: xterm

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ defaults:
run:
shell: bash

permissions:
contents: read

env:
TERM: xterm

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/compatibility-matrix-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
description: "The desktop version to test"
required: true

permissions:
contents: read

jobs:
## This is picked up after the finish for cleanup
upload-cmt-server-detals:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e-functional-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ on:
type: string
required: true

permissions:
contents: read

env:
AWS_S3_BUCKET: "mattermost-cypress-report"
BRANCH: ${{ github.head_ref || github.ref_name }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ on:
required: false
default: false

permissions:
contents: read

jobs:
prepare-matrix:
if: ${{ github.event_name == 'workflow_dispatch' && inputs.instance_details != '' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nightly-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
schedule:
- cron: 0 4 * * 0-5

permissions:
contents: read

jobs:
tag-nightly-build:
runs-on: ubuntu-22.04
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nightly-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ env:
MM_WIN_INSTALLERS: 1
REFERENCE: ${{ inputs.tag }}

permissions:
contents: read

jobs:
build-linux:
runs-on: ubuntu-22.04
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nightly-rainforest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ defaults:
run:
shell: bash

permissions:
contents: read

env:
TERM: xterm
MM_DESKTOP_BUILD_DISABLEGPU: true
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-mas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ defaults:
run:
shell: bash

permissions:
contents: read

env:
TERM: xterm

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ defaults:
run:
shell: bash

permissions:
contents: read

env:
TERM: xterm
MM_WIN_INSTALLERS: 1
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/run-release-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ defaults:
run:
shell: bash

permissions:
contents: read

env:
TERM: xterm

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/snyk-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
release:
types: [published]

permissions:
contents: read

jobs:
sbom:
permissions:
Expand Down
Loading