Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 0f2fe36

Browse files
committed
fix: release and formatting
1 parent 83780db commit 0f2fe36

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- main
77
pull_request:
88

9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
913
jobs:
1014
formatting:
1115
runs-on: ubuntu-latest

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
- main
55

66
name: release-please
7+
permissions:
8+
contents: write
9+
pull-requests: write
710

811
jobs:
912
release-please:

snakemake_executor_plugin_deeporigin/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ class ExecutorSettings(ExecutorSettingsBase):
7878
pass_envvar_declarations_to_cmd=False,
7979
auto_deploy_default_storage_provider=True,
8080
)
81+
82+
8183
# Required:
8284
# Implementation of your executor
8385
class Executor(RemoteExecutor):

0 commit comments

Comments
 (0)