Skip to content

Commit 1165ca3

Browse files
Update CI workflows to zed@fc89e19 (#16)
This PR updates the CI workflow files from the main Zed repository based on the commit zed-industries/zed@fc89e19 Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
1 parent 63b2c13 commit 1165ca3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/bump_version.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ on:
1313
workflow_dispatch: {}
1414
jobs:
1515
determine_bump_type:
16-
runs-on: namespace-profile-16x32-ubuntu-2204
16+
if: (github.repository_owner == 'zed-industries' || github.repository_owner == 'zed-extensions')
17+
runs-on: namespace-profile-2x4-ubuntu-2404
18+
permissions: {}
1719
steps:
1820
- id: get-bump-type
1921
name: extensions::bump_version::get_bump_type
@@ -40,6 +42,11 @@ jobs:
4042
needs:
4143
- determine_bump_type
4244
if: github.event.action != 'labeled' || needs.determine_bump_type.outputs.bump_type != 'patch'
45+
permissions:
46+
actions: write
47+
contents: write
48+
issues: write
49+
pull-requests: write
4350
uses: zed-industries/zed/.github/workflows/extension_bump.yml@main
4451
secrets:
4552
app-id: ${{ secrets.ZED_ZIPPY_APP_ID }}

.github/workflows/release_version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- v**
88
jobs:
99
call_release_version:
10+
permissions:
11+
contents: write
12+
pull-requests: write
1013
uses: zed-industries/zed/.github/workflows/extension_release.yml@main
1114
secrets:
1215
app-id: ${{ secrets.ZED_ZIPPY_APP_ID }}

0 commit comments

Comments
 (0)