We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b9002 commit db9322cCopy full SHA for db9322c
.github/workflows/action.yml
@@ -14,8 +14,8 @@ jobs:
14
steps:
15
- uses: shuttle-hq/deploy-action@v2
16
with:
17
- shuttle-api-key: 8wWEvQ8J3I84KmhO
18
- project-id: proj_0123456789
+ shuttle-api-key: ${{ secrets.SHUTTLE_API_KEY }}
+ project-id: proj_01JF90BSDEENEZS33SYZT735GR
19
working-directory: "axum-react-chat-app/backend"
20
cargo-shuttle-version: "0.49.0"
21
extra-args: --allow-dirty --debug
0 commit comments