Skip to content

Commit

Permalink
update project ID
Browse files Browse the repository at this point in the history
  • Loading branch information
amitksingh1490 committed Nov 29, 2024
1 parent 110f171 commit c051ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
- uses: shuttle-hq/deploy-action@v2
with:
shuttle-api-key: ${{ secrets.SHUTTLE_API_KEY }}
project-id: proj_tc170d7f9
project-id: proj_01JDWN5ZZV23FVGYHMCFHM8390
2 changes: 1 addition & 1 deletion tests/ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fn generate() {
.add_step(
Step::uses("shuttle-hq", "deploy-action", "v2")
.add_with(("shuttle-api-key", "${{ secrets.SHUTTLE_API_KEY }}"))
.add_with(("project-id", "proj_tc170d7f9")),
.add_with(("project-id", "proj_01JDWN5ZZV23FVGYHMCFHM8390")),
);

Workflow::new("Build and Test")
Expand Down

0 comments on commit c051ebe

Please sign in to comment.