Skip to content

Commit 170d7f9

Browse files
update ci
1 parent 53a33c7 commit 170d7f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
steps:
6161
- name: Checkout Code
6262
uses: actions/checkout@v4
63-
- uses: shuttle-hq/deploy-action/deploy-action@main
63+
- uses: shuttle-hq/deploy-action@v2
6464
with:
65-
deploy-key: ${{ secrets.SHUTTLE_API_KEY }}
65+
shuttle-api-key: ${{ secrets.SHUTTLE_API_KEY }}

tests/ci.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ fn generate() {
5757
.runs_on("ubuntu-latest")
5858
.add_step(Step::checkout())
5959
.add_step(
60-
Step::uses("shuttle-hq/deploy-action", "deploy-action", "main")
61-
.add_with(("deploy-key", "${{ secrets.SHUTTLE_API_KEY }}")),
60+
Step::uses("shuttle-hq", "deploy-action", "v2")
61+
.add_with(("shuttle-api-key", "${{ secrets.SHUTTLE_API_KEY }}")),
6262
);
6363

6464
Workflow::new("Build and Test")

0 commit comments

Comments
 (0)