Skip to content

Commit 6115c1c

Browse files
committed
Disable auto-deployment for sign environment
Use deployment: false to access environment secrets without creating spurious deployment entries. See actions/runner#2120. Co-authored-by: Isaac
1 parent bfeb257 commit 6115c1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ on:
1212

1313
jobs:
1414
cli:
15-
environment: sign
15+
environment:
16+
name: sign
17+
deployment: false
1618
runs-on:
1719
group: databricks-deco-testing-runner-group
1820
labels: ubuntu-latest-deco

0 commit comments

Comments
 (0)