Skip to content

Commit db9322c

Browse files
committed
add workflow
1 parent a5b9002 commit db9322c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
steps:
1515
- uses: shuttle-hq/deploy-action@v2
1616
with:
17-
shuttle-api-key: 8wWEvQ8J3I84KmhO
18-
project-id: proj_0123456789
17+
shuttle-api-key: ${{ secrets.SHUTTLE_API_KEY }}
18+
project-id: proj_01JF90BSDEENEZS33SYZT735GR
1919
working-directory: "axum-react-chat-app/backend"
2020
cargo-shuttle-version: "0.49.0"
2121
extra-args: --allow-dirty --debug

0 commit comments

Comments
 (0)