mirror of https://github.com/databricks/cli.git
Update runner for the publish-winget job (#2105)
## Changes This action uses a token to access the release artifacts and, as such, needs to execute on the runner that's on the allowlist. Related PRs: * #2098 * #2077
This commit is contained in:
parent
2a4fdd911e
commit
3b3ede6e31
|
@ -5,8 +5,12 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-to-winget-pkgs:
|
publish-to-winget-pkgs:
|
||||||
runs-on: windows-latest
|
runs-on:
|
||||||
|
group: databricks-protected-runner-group
|
||||||
|
labels: windows-server-latest
|
||||||
|
|
||||||
environment: release
|
environment: release
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: vedantmgoyal2009/winget-releaser@93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 # https://github.com/vedantmgoyal2009/winget-releaser/releases/tag/v2
|
- uses: vedantmgoyal2009/winget-releaser@93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 # https://github.com/vedantmgoyal2009/winget-releaser/releases/tag/v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue