https://linen.dev logo
where should I store shuttle deploy key
# help
e
Copy code
name: Shuttle deploy

on:
  push:
    branches:
      - "main"

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: shuttle-hq/deploy-action@main
        with:
          deploy-key: ${{ secrets.SHUTTLE_DEPLOY_KEY }}
im noob in github actions can someone pls tell me where should I store this key