Skip to content

Commit c195f58

Browse files
committed
Update runner for the publish-winget job
This action uses a token to access the release artifacts and as such needs to execute on runner that's on the allowlist. Related PRs: * #2098 * #2077
1 parent 2a4fdd9 commit c195f58

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish-winget.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ on:
55

66
jobs:
77
publish-to-winget-pkgs:
8-
runs-on: windows-latest
8+
runs-on:
9+
group: databricks-protected-runner-group
10+
labels: windows-server-latest
11+
912
environment: release
13+
1014
steps:
1115
- uses: vedantmgoyal2009/winget-releaser@93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 # https://github.com/vedantmgoyal2009/winget-releaser/releases/tag/v2
1216
with:

0 commit comments

Comments
 (0)