Skip to content
Merged
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-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- main
- "releases/*"

permissions:
contents: read

jobs:
# Compile the binaries and upload artifacts
compile-binaries:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- main
- "releases/*"

permissions:
contents: read
actions: read

env:
COLUMNS: 120

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-throughput-stress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
type: number

permissions:
contents: read
contents: read

env:
# Workflow configuration
Expand Down Expand Up @@ -173,4 +173,4 @@ jobs:
]
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_SDK_ALERTS_WEBHOOK }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_SDK_ALERTS_WEBHOOK }}
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
# (12 AM PST)
- cron: "00 07 * * *"

permissions:
contents: read

jobs:
nightly:
uses: ./.github/workflows/run-bench.yml
4 changes: 4 additions & 0 deletions .github/workflows/omes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
- main
- "releases/*"

permissions:
contents: read
packages: write

jobs:
omes-image-build:
uses: temporalio/omes/.github/workflows/docker-images.yml@main
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/run-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ on:
- "--sandbox"
- "--no-sandbox"

permissions:
contents: read

jobs:
run-bench:
strategy:
Expand Down Expand Up @@ -68,4 +71,4 @@ jobs:
- run: poe run-bench --workflow-count 10000 --max-cached-workflows 10000 --max-concurrent 10000 ${{ inputs.sandbox-arg }}

- run: poe run-bench --workflow-count 10000 --max-cached-workflows 1000 --max-concurrent 1000 ${{ inputs.sandbox-arg }}
- run: poe run-bench --workflow-count 10000 --max-cached-workflows 1000 --max-concurrent 1000 ${{ inputs.sandbox-arg }}
- run: poe run-bench --workflow-count 10000 --max-cached-workflows 1000 --max-concurrent 1000 ${{ inputs.sandbox-arg }}