Skip to content

Commit 5e0f5ba

Browse files
authored
Use ssh-key to bypass PR requirement for extension list updates (#45)
* Use ssh-key to bypass PR requirement for workflows * Undo extension version bumps
1 parent 1a88dbb commit 5e0f5ba

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/extensions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
- uses: actions/checkout@v4
155155
with:
156156
ref: main
157+
ssh-key: ${{ secrets.DEPLOY_KEY }}
157158

158159
- uses: actions/setup-node@v4
159160
with:

extensions/publisher-command-center/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
"title": "Publisher Command Center",
6464
"description": "A dashboard for publishers to help manage and track their content",
6565
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/publisher-command-center",
66-
"version": "0.0.1"
66+
"version": "0.0.0"
6767
}
6868
}

extensions/reaper/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"title": "Reaper",
3535
"description": "A view to a kill.",
3636
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/reaper",
37-
"version": "0.0.1"
37+
"version": "0.0.0"
3838
}
3939
}

0 commit comments

Comments
 (0)